chore: user user store

This commit is contained in:
Steven
2023-11-21 21:00:36 +08:00
parent 35785a1a28
commit c71575faed
5 changed files with 21 additions and 10 deletions

View File

@ -16,7 +16,7 @@ function App() {
try {
await Promise.all([workspaceStore.fetchWorkspaceProfile(), workspaceStore.fetchWorkspaceSetting(), userStore.fetchCurrentUser()]);
} catch (error) {
// do nth
// Do nothing.
}
setLoading(false);
})();