mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 08:00:45 +00:00
fix(frontend): fix app tabs (#1288)
This commit is contained in:
@@ -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 } =
|
||||
|
||||
Reference in New Issue
Block a user