mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 00:02:23 +00:00
fix: fix broken tabs for apps
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
selectedTabIndex: 0
|
||||
})
|
||||
|
||||
const titleBarHeight = 40; // Example height of a single accordion title bar in pixels
|
||||
const titleBarHeight = 40 // Example height of a single accordion title bar in pixels
|
||||
|
||||
function handleTabSelection() {
|
||||
selectedIndex = tabs?.indexOf(selected)
|
||||
@@ -172,7 +172,8 @@
|
||||
</button>
|
||||
{/each}
|
||||
</div>
|
||||
{:else if resolvedConfig.tabsKind == 'accordion'}
|
||||
{/if}
|
||||
{#if resolvedConfig.tabsKind == 'accordion'}
|
||||
<div class="flex flex-col w-full">
|
||||
{#each tabs ?? [] as res, index}
|
||||
<div class="border-b">
|
||||
|
||||
Reference in New Issue
Block a user