Skip to content

Commit

Permalink
Merge pull request #14225 from Budibase/fix/draggable-list-config-bin…
Browse files Browse the repository at this point in the history
…dings

Fix for ButtonGroup Bindings.
  • Loading branch information
deanhannigan authored Jul 23, 2024
2 parents 799643b + 18777b6 commit d432a5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
export let listItemKey
export let draggable = true
export let focus
export let bindings = []
let zoneType = generate()
Expand Down Expand Up @@ -127,7 +126,6 @@
anchor={anchors[draggableItem.id]}
item={draggableItem.item}
{...listTypeProps}
{bindings}
on:change={onItemChanged}
/>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@
items={columns.sortable}
listItemKey={"_id"}
listType={FieldSetting}
{bindings}
listTypeProps={{
bindings,
}}
/>

<style>
Expand Down

0 comments on commit d432a5e

Please sign in to comment.