mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
cleanup
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
f8bfc66ab9
commit
8a34184c46
@ -10,7 +10,7 @@ import { CommandOverlay } from "../command-palette/command-container";
|
|||||||
const uniqueWorkspaceName: InputValidator = {
|
const uniqueWorkspaceName: InputValidator = {
|
||||||
condition: ({ required }) => required,
|
condition: ({ required }) => required,
|
||||||
message: () => `Workspace with this name already exists`,
|
message: () => `Workspace with this name already exists`,
|
||||||
validate: value => !workspaceStore.workspacesList.find((workspace) => workspace.name === value),
|
validate: value => !workspaceStore.getByName(value),
|
||||||
};
|
};
|
||||||
|
|
||||||
@observer
|
@observer
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user