fix(): Add default name to workspace in MultiWorkspaceDropdownButton (#8924)
Fix #8923
This commit is contained in:
@ -129,7 +129,7 @@ export const MultiWorkspaceDropdownButton = ({
|
||||
}}
|
||||
>
|
||||
<MenuItemSelectAvatar
|
||||
text={workspace.displayName ?? ''}
|
||||
text={workspace.displayName ?? '(No name)'}
|
||||
avatar={
|
||||
<StyledLogo
|
||||
logo={getImageAbsoluteURI(
|
||||
|
||||
Reference in New Issue
Block a user