mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-11 16:09:39 +00:00
fix assets clearing on parse error
This commit is contained in:
@@ -514,7 +514,7 @@
|
||||
<Pane bind:size={codePanelSize} minSize={10} class="!overflow-visible">
|
||||
<div class="h-full !overflow-visible bg-gray-50 dark:bg-[#272D38] relative">
|
||||
<div class="absolute top-2 right-4 z-10 flex flex-row gap-2">
|
||||
{#if assets.status === 'ok' && assets.value.length > 0}
|
||||
{#if assets.value?.length}
|
||||
<AssetsDropdownButton assets={assets.value} bind:fallbackAccessTypes />
|
||||
{/if}
|
||||
{#if testPanelSize === 0}
|
||||
|
||||
Reference in New Issue
Block a user