fix(frontend): fix app tabs (#1288)

This commit is contained in:
Faton Ramadani
2023-03-14 16:11:07 +01:00
committed by GitHub
parent bc870bd03e
commit c71a577fea
@@ -16,7 +16,7 @@
| ComponentCustomCSS<'tabRow' | 'tabs' | 'selectedTab' | 'container'>
| undefined = undefined
export let render: boolean
export let initializing: boolean | undefined = true
export let initializing: boolean | undefined = configuration.tabsKind != undefined
export const staticOutputs: string[] = ['selectedTabIndex']
const { app, worldStore, focusedGrid, selectedComponent, mode, componentControl } =