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
1 changed files with 0 additions and 6 deletions

View File

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