1
0
Fork 0
mirror of synced 2024-09-20 11:27:56 +12:00

Merge pull request #14225 from Budibase/fix/draggable-list-config-bindings

Fix for ButtonGroup Bindings.
This commit is contained in:
deanhannigan 2024-07-23 15:20:44 +01:00 committed by GitHub
commit d432a5ee49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,6 @@
export let listItemKey
export let draggable = true
export let focus
export let bindings = []
let zoneType = generate()
@ -127,7 +126,6 @@
anchor={anchors[draggableItem.id]}
item={draggableItem.item}
{...listTypeProps}
{bindings}
on:change={onItemChanged}
/>
</div>

View file

@ -64,7 +64,9 @@
items={columns.sortable}
listItemKey={"_id"}
listType={FieldSetting}
{bindings}
listTypeProps={{
bindings,
}}
/>
<style>