mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
This commit is contained in:
parent
832443011c
commit
e74f38e121
@ -141,16 +141,16 @@ export const WorkspaceDropdown: FC = () => {
|
||||
),
|
||||
});
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 'delete',
|
||||
name: 'Delete',
|
||||
icon: <Icon icon='trash' />,
|
||||
action: () => {
|
||||
setIsDeleteRemoteWorkspaceModalOpen(true);
|
||||
},
|
||||
}] : [],
|
||||
{
|
||||
id: 'delete',
|
||||
name: 'Delete',
|
||||
icon: <Icon icon='trash' />,
|
||||
action: () => {
|
||||
setIsDeleteRemoteWorkspaceModalOpen(true);
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 'import',
|
||||
name: 'Import',
|
||||
icon: <Icon icon='file-import' />,
|
||||
|
Loading…
Reference in New Issue
Block a user