mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 08:02:26 +00:00
subgrid fix
This commit is contained in:
@@ -122,9 +122,7 @@
|
||||
{/if}
|
||||
</div>
|
||||
{:else if $app.subgrids}
|
||||
{JSON.stringify(resolvedConditions)}
|
||||
{#each resolvedConditions ?? [] as _res, i}
|
||||
{i}
|
||||
<SubGridEditor visible={false} {id} subGridId={`${id}-${i}`} />
|
||||
{/each}
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user