translation in frontend
This commit is contained in:
@@ -27,5 +27,5 @@ export function getOperatorByName(name: string): typeof Operator | undefined {
|
||||
|
||||
export function listOperatorNames(): string[] {
|
||||
// TODO: Implement this
|
||||
return [];
|
||||
return ["impose"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user