fix(): Add default name to workspace in MultiWorkspaceDropdownButton (#8924)

Fix #8923
This commit is contained in:
Antoine Moreaux
2024-12-06 12:23:02 +01:00
committed by GitHub
parent 2b3b073570
commit ab22fd560a

View File

@ -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(