Skip to content

Commit

Permalink
Check binded number
Browse files Browse the repository at this point in the history
  • Loading branch information
cbravobernal committed Jun 28, 2024
1 parent 9e9d8a8 commit 1c7b5a9
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 @@ -124,7 +124,6 @@ export const BlockBindingsPanel = ( { name, metadata } ) => {
help={ __( 'Attributes connected to various sources.' ) }
>
<MenuGroup isBordered isSeparated size="large">
{ /* TODO: Hide this input if all metadata attributes are bind */ }
{ bindableAttributes.length > 0 &&
! allAttributesBinded && (
<DropdownMenu
Expand Down

0 comments on commit 1c7b5a9

Please sign in to comment.