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