mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 20:16:26 +08:00
feat: add loading text for WorkspaceSelector
This commit is contained in:
+1
-1
@@ -142,7 +142,7 @@ export const SelectorPopperContent = ({
|
||||
workspaces[workspace.id]?.meta.name ||
|
||||
(workspace.type === WorkspaceType.Private
|
||||
? user.name
|
||||
: `workspace-${workspace.id}`)
|
||||
: `loading...`) // workspace-${workspace.id}
|
||||
}
|
||||
memberCount={workSpaceDetails[workspace.id]?.memberCount || 1}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user