Skip to content

Commit

Permalink
Remove not needed id.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbravobernal committed Nov 29, 2024
1 parent 7d5af4e commit bca9fa0
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 @@ -118,6 +118,7 @@ function EditableBlockBindingsPanelItems( {
{
id: 'label',
label: 'Label',
type: 'text',
enableGlobalSearch: true,
},
{
Expand Down Expand Up @@ -224,7 +225,6 @@ function EditableBlockBindingsPanelItems( {
className="block-editor-bindings__modal"
>
<DataViews
getItemId={ ( item ) => item.label }
data={ data }
fields={ fields }
view={ view }
Expand Down

0 comments on commit bca9fa0

Please sign in to comment.