fix ui rm duplicate console option from overlay (#2012)

This commit is contained in:
Delirium 2024-03-28 16:35:48 +01:00 committed by GitHub
parent e747551246
commit 35ae7474a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,11 +44,6 @@ enum ItemKey {
}
const menuItems: MenuProps['items'] = [
{
key: ItemKey.Console,
label: 'Console',
icon: <Icon name={'terminal'} size={14} />,
},
{
key: ItemKey.Console,
label: 'Console',