fix assets clearing on parse error

This commit is contained in:
Diego Imbert
2025-07-07 14:13:53 +02:00
parent e9278d0299
commit 55933ee918
@@ -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}