Allow button configuration settings to be cleared completely
This commit is contained in:
parent
8017dd592b
commit
3f91d62b27
|
@ -28,7 +28,6 @@
|
|||
componentBindings: componentBindings || [],
|
||||
bindings: allBindings,
|
||||
removeButton,
|
||||
canRemove: true,
|
||||
nested,
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue