1
0
Fork 0
mirror of synced 2024-09-08 13:41:09 +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 06eee0d386
commit c43cec2b2b

View file

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