1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00

stop multiple creates on save record

This commit is contained in:
Michael Shanks 2020-10-16 22:46:15 +01:00
parent 143177a0d5
commit 5578e48f34

View file

@ -18,7 +18,7 @@
bind:this={theButton}
class="default"
disabled={disabled || false}
on:click={clickHandler}>
on:click|once={clickHandler}>
{#if !_bb.props._children || _bb.props._children.length === 0}{text}{/if}
</button>