mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-23 03:51:36 +03:00
fix(): Add default name to workspace in MultiWorkspaceDropdownButton (#8924)
Fix #8923
This commit is contained in:
parent
2b3b073570
commit
ab22fd560a
@ -129,7 +129,7 @@ export const MultiWorkspaceDropdownButton = ({
|
||||
}}
|
||||
>
|
||||
<MenuItemSelectAvatar
|
||||
text={workspace.displayName ?? ''}
|
||||
text={workspace.displayName ?? '(No name)'}
|
||||
avatar={
|
||||
<StyledLogo
|
||||
logo={getImageAbsoluteURI(
|
||||
|
Loading…
Reference in New Issue
Block a user