Fix autocomplete for environment editor names

This commit is contained in:
Gregory Schier
2024-06-02 17:52:51 -07:00
parent b47ec01f9c
commit 8f3bdb5039
5 changed files with 22 additions and 21 deletions

View File

@@ -281,7 +281,7 @@ function SidebarButton({
},
},
{
key: 'delete',
key: 'delete-environment',
variant: 'danger',
label: 'Delete',
leftSlot: <Icon icon="trash" size="sm" />,