1
0
Fork 0
mirror of synced 2024-06-14 16:35:02 +12:00

Remove client app button for ejecting blocks

This commit is contained in:
Andrew Kingston 2022-08-23 19:08:59 +01:00
parent 80bcfd2692
commit 86322da085

View file

@ -71,9 +71,3 @@
</script>
<slot />
{#if $component.selected}
<div>
<Button cta on:click={eject}>Eject block</Button>
</div>
{/if}