Skip to content

Commit

Permalink
Fix error after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
SantosGuillamot committed Jul 16, 2024
1 parent 9e77e4f commit b50f347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/blocks/src/store/reducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,8 @@ export function blockBindingsSources( state = {}, action ) {
...state,
[ action.name ]: {
label: action.label,
getValues: action.getValuesInBatch,
setValues: action.setValuesInBatch,
getValues: action.getValues,
setValues: action.setValues,
getPlaceholder: action.getPlaceholder,
canUserEditValue:
action.canUserEditValue || ( () => false ),
Expand Down

0 comments on commit b50f347

Please sign in to comment.