Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Dec 28, 2024
1 parent 426b3f2 commit 02a9071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stores/workspaceStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const useWorkspaceStore = defineStore('workspace', () => {
const sidebarTab = computed(() => useSidebarTabStore())
const setting = computed(() => ({
settingsById: useSettingStore().settingsById,
settings: useSettingStore().settings,
get: useSettingStore().get,
set: useSettingStore().set
}))
Expand Down

0 comments on commit 02a9071

Please sign in to comment.