Skip to content

Commit 8389d37

Browse files
Revert args used in addBlockBindingsSource
1 parent 50cfa09 commit 8389d37

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

packages/blocks/src/api/registration.js

+1-8
Original file line numberDiff line numberDiff line change
@@ -891,14 +891,7 @@ export const registerBlockBindingsSource = ( source ) => {
891891
return;
892892
}
893893

894-
return unlock( dispatch( blocksStore ) ).addBlockBindingsSource( {
895-
name,
896-
label,
897-
getValues,
898-
setValues,
899-
getPlaceholder,
900-
canUserEditValue,
901-
} );
894+
return unlock( dispatch( blocksStore ) ).addBlockBindingsSource( source );
902895
};
903896

904897
/**

0 commit comments

Comments
 (0)