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