1
0
Fork 0
mirror of synced 2024-07-14 18:55:45 +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 || [],
bindings: allBindings,
removeButton,
canRemove: true,
nested,
}

View file

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