Browse Source

fix: Fixed user data not loading on mount

pull/6376/head
Muhammed Mustafa 1 year ago
parent
commit
89d7c15171
  1. 2
      packages/nc-gui/components/dashboard/Sidebar/UserInfo.vue

2
packages/nc-gui/components/dashboard/Sidebar/UserInfo.vue

@ -2,6 +2,8 @@
import GithubButton from 'vue-github-button' import GithubButton from 'vue-github-button'
const { user, signOut, token, appInfo } = useGlobal() const { user, signOut, token, appInfo } = useGlobal()
// So watcher in users store is triggered
useUsers()
const { clearWorkspaces } = useWorkspace() const { clearWorkspaces } = useWorkspace()

Loading…
Cancel
Save