mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
refactor: workspace manager (#5060)
This commit is contained in:
@@ -34,7 +34,7 @@ export function registerAffineHelpCommands({
|
||||
store.set(openSettingModalAtom, {
|
||||
open: true,
|
||||
activeTab: 'about',
|
||||
workspaceId: null,
|
||||
workspaceMetadata: null,
|
||||
});
|
||||
},
|
||||
})
|
||||
|
||||
@@ -94,7 +94,6 @@ export function registerAffineNavigationCommands({
|
||||
run() {
|
||||
store.set(openSettingModalAtom, {
|
||||
activeTab: 'appearance',
|
||||
workspaceId: null,
|
||||
open: true,
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user