Environments data model

This commit is contained in:
Gregory Schier
2023-10-22 18:28:56 -07:00
parent afe6a3bf57
commit 8328d20150
26 changed files with 132 additions and 1179 deletions

View File

@@ -83,12 +83,12 @@ export const WorkspaceActionsDropdown = memo(function WorkspaceDropdown({ classN
workspaces.length <= 1
? []
: [
...workspaceItems,
{
type: 'separator',
label: activeWorkspace?.name,
},
];
...workspaceItems,
{
type: 'separator',
label: activeWorkspace?.name,
},
];
return [
...activeWorkspaceItems,