Remove client app button for ejecting blocks
This commit is contained in:
parent
06eee0d386
commit
c43cec2b2b
|
@ -71,9 +71,3 @@
|
|||
</script>
|
||||
|
||||
<slot />
|
||||
|
||||
{#if $component.selected}
|
||||
<div>
|
||||
<Button cta on:click={eject}>Eject block</Button>
|
||||
</div>
|
||||
{/if}
|
||||
|
|
Loading…
Reference in New Issue