1
0
Fork 0
mirror of synced 2024-08-15 18:11:40 +12:00

Allow button configuration settings to be cleared completely

This commit is contained in:
Andrew Kingston 2023-11-07 14:19:17 +00:00
parent 8017dd592b
commit 3f91d62b27
2 changed files with 0 additions and 3 deletions

View file

@ -28,7 +28,6 @@
componentBindings: componentBindings || [], componentBindings: componentBindings || [],
bindings: allBindings, bindings: allBindings,
removeButton, removeButton,
canRemove: true,
nested, nested,
} }

View file

@ -9,7 +9,6 @@
export let bindings export let bindings
export let anchor export let anchor
export let removeButton export let removeButton
export let canRemove
export let nested export let nested
$: readableText = isJSBinding(item.text) $: readableText = isJSBinding(item.text)
@ -47,7 +46,6 @@
</div> </div>
<div class="list-item-right"> <div class="list-item-right">
<Icon <Icon
disabled={!canRemove}
size="S" size="S"
name="Close" name="Close"
hoverable hoverable