|
|
|
@ -349,7 +349,7 @@ export function Workspace() { |
|
|
|
|
}) |
|
|
|
|
global.modal( |
|
|
|
|
intl.formatMessage({ id: 'filePanel.workspace.createBlank' }), |
|
|
|
|
await createModalMessage(`blank - 1`, gitNotSet, (value) => { workspace = value }, (value) => gitInit = false), |
|
|
|
|
await createModalMessage(`blank - ${counter}`, gitNotSet, (value) => { workspace = value }, (value) => gitInit = false), |
|
|
|
|
intl.formatMessage({ id: 'filePanel.ok' }), |
|
|
|
|
() => global.dispatchCreateWorkspace(`blank - ${counter}`, 'blank', false), |
|
|
|
|
intl.formatMessage({ id: 'filePanel.cancel' }) |
|
|
|
|