Skip to content

Commit

Permalink
Add attribute to dependencies
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Ziółkowski <[email protected]>
  • Loading branch information
SantosGuillamot and gziolo authored Oct 18, 2024
1 parent 41d6aba commit 1512311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/hooks/block-bindings.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function BlockBindingsPanelDropdown( { fieldsList, attribute, binding } ) {
getBlockType( blockName ).attributes?.[ attribute ]?.type;
return _attributeType === 'rich-text' ? 'string' : _attributeType;
},
[ clientId ]
[ clientId, attribute ]
);
return (
<>
Expand Down

0 comments on commit 1512311

Please sign in to comment.