mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
refactor(editor): Address issues with new icons (#17643)
This commit is contained in:
@@ -110,7 +110,6 @@ const mainMenuItems = computed<IMenuItem[]>(() => [
|
||||
id: 'variables',
|
||||
icon: 'variable',
|
||||
label: i18n.baseText('mainSidebar.variables'),
|
||||
customIconSize: 'medium',
|
||||
position: 'bottom',
|
||||
route: { to: { name: VIEWS.VARIABLES } },
|
||||
},
|
||||
@@ -118,7 +117,6 @@ const mainMenuItems = computed<IMenuItem[]>(() => [
|
||||
id: 'insights',
|
||||
icon: 'chart-column-decreasing',
|
||||
label: 'Insights',
|
||||
customIconSize: 'medium',
|
||||
position: 'bottom',
|
||||
route: { to: { name: VIEWS.INSIGHTS } },
|
||||
available:
|
||||
|
||||
Reference in New Issue
Block a user