Skip to content

Commit

Permalink
ensure to set bound attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
retrofox committed Feb 8, 2024
1 parent a5c4fb4 commit afc5569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/hooks/use-bindings-attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ const createEditFunctionWithBindingsAttribute = () =>
return (
<BlockEdit
key="edit"
attributes={ updatedAttributes }
{ ...props }
attributes={ updatedAttributes }
/>
);
},
Expand Down

0 comments on commit afc5569

Please sign in to comment.