Skip to content

Commit 06d7e49

Browse files
committed
Remove useSource references
1 parent 293b6df commit 06d7e49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/blocks/src/store/reducer.js

-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ export function blockBindingsSources( state = {}, action ) {
389389
...state,
390390
[ action.sourceName ]: {
391391
label: action.sourceLabel,
392-
useSource: action.useSource,
393392
getValue: action.getValue,
394393
setValue: action.setValue,
395394
getPlaceholder: action.getPlaceholder,

0 commit comments

Comments
 (0)