diff --git a/packages/block-editor/src/hooks/block-bindings.js b/packages/block-editor/src/hooks/block-bindings.js index 45e0a0fc8b3556..694c9c1c0bb3cc 100644 --- a/packages/block-editor/src/hooks/block-bindings.js +++ b/packages/block-editor/src/hooks/block-bindings.js @@ -64,7 +64,7 @@ function BlockBindingsPanelDropdown( { fieldsList, attribute, binding } ) { getBlockType( blockName ).attributes?.[ attribute ]?.type; return _attributeType === 'rich-text' ? 'string' : _attributeType; }, - [ clientId ] + [ clientId, attribute ] ); return ( <>