mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 02:58:20 +00:00
fix: some navigation issue adn oss missing changes
This commit is contained in:
@@ -119,13 +119,17 @@ const mainItems = computed<NavItem[]>(() => [
|
||||
disabled: !hasAvailableBases.value,
|
||||
onClick: () => onTabClick('data'),
|
||||
},
|
||||
{
|
||||
key: 'automations',
|
||||
icon: 'ncAutomation',
|
||||
label: 'Automations',
|
||||
disabled: !hasAvailableBases.value,
|
||||
onClick: () => onTabClick('automations'),
|
||||
},
|
||||
...(isEeUI
|
||||
? [
|
||||
{
|
||||
key: 'automations',
|
||||
icon: 'ncAutomation',
|
||||
label: 'Automations',
|
||||
disabled: !hasAvailableBases.value,
|
||||
onClick: () => onTabClick('automations'),
|
||||
},
|
||||
]
|
||||
: []),
|
||||
{ key: 'divider', icon: '', label: '' },
|
||||
{ key: 'settings', icon: 'ncSettings', label: 'Settings', onClick: () => onTabClick('settings') },
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user