diff --git a/src/common/workspace-store.ts b/src/common/workspace-store.ts index ba4cdcee17..b037124721 100644 --- a/src/common/workspace-store.ts +++ b/src/common/workspace-store.ts @@ -310,7 +310,7 @@ export class WorkspaceStore extends BaseStore { } const currentWorkspaces = this.workspaces.toJS(); - const newWorkspaceIds = new Set(); + const newWorkspaceIds = new Set([WorkspaceStore.defaultId]); // never delete default for (const workspaceModel of workspaces) { const oldWorkspace = this.workspaces.get(workspaceModel.id);