refactor(editor): Address issues with new icons (#17643)

This commit is contained in:
Tuukka Kantola
2025-07-29 14:04:07 +02:00
committed by GitHub
parent f730df398b
commit 3f10d7c9dd
16 changed files with 58 additions and 32 deletions

View File

@@ -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: