Skip to content

Commit

Permalink
Remove useSource references
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Apr 17, 2024
1 parent 293b6df commit 06d7e49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/blocks/src/store/reducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ export function blockBindingsSources( state = {}, action ) {
...state,
[ action.sourceName ]: {
label: action.sourceLabel,
useSource: action.useSource,
getValue: action.getValue,
setValue: action.setValue,
getPlaceholder: action.getPlaceholder,
Expand Down

0 comments on commit 06d7e49

Please sign in to comment.