refactor(core): new workspace selector and create dialog (#10323)
This commit is contained in:
@@ -15,7 +15,7 @@ export type SettingTab =
|
||||
| `workspace:${'preference' | 'properties' | 'members' | 'storage' | 'billing' | 'license'}`;
|
||||
|
||||
export type GLOBAL_DIALOG_SCHEMA = {
|
||||
'create-workspace': (props: { serverId?: string; forcedCloud?: boolean }) => {
|
||||
'create-workspace': (props: { serverId?: string }) => {
|
||||
metadata: WorkspaceMetadata;
|
||||
defaultDocId?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user