Skip to content

Commit

Permalink
Remove key from bindings component
Browse files Browse the repository at this point in the history
  • Loading branch information
SantosGuillamot committed Sep 17, 2024
1 parent c1da61e commit 3464cdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/block-editor/src/hooks/block-bindings.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ function BlockBindingsAttribute( { attribute, binding, fieldsList } ) {
{ isSourceInvalid
? __( 'Invalid source' )
: fieldsList?.[ sourceName ]?.[ args?.key ]?.label ||
args?.key ||
sourceProps?.label ||
sourceName }
</Text>
Expand Down

0 comments on commit 3464cdc

Please sign in to comment.