1
0
Fork 0
mirror of synced 2024-09-08 13:41:09 +12:00

Move eject block button into its own section

This commit is contained in:
Andrew Kingston 2022-11-22 15:49:00 +00:00
parent b71b5704da
commit c3c293ce2b

View file

@ -150,9 +150,11 @@
{#if idx === 0 && componentDefinition?.component?.endsWith("/fieldgroup")}
<ResetFieldsButton {componentInstance} />
{/if}
{#if idx === 0 && componentDefinition?.block}
<EjectBlockButton />
{/if}
</DetailSummary>
{/if}
{/each}
{#if componentDefinition?.block}
<DetailSummary name="Eject" collapsible={false}>
<EjectBlockButton />
</DetailSummary>
{/if}