Skip to content

Commit

Permalink
Don't rely on key outside of post meta
Browse files Browse the repository at this point in the history
  • Loading branch information
SantosGuillamot committed Sep 17, 2024
1 parent 36249c3 commit c1da61e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/block-editor/src/components/rich-text/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ export function RichTextWrapper(

const bindingKey =
fieldsList?.[ relatedBinding?.args?.key ]?.label ??
relatedBinding?.args?.key ??
blockBindingsSource?.label;

const _bindingsPlaceholder = _disableBoundBlock
Expand Down

0 comments on commit c1da61e

Please sign in to comment.