Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 committed Jun 12, 2024
1 parent 4859d0d commit 0efb174
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default function PatternOverridesBlockControls() {
const _hasPatternOverrides = selectedClientIds.every(
( clientId ) =>
Object.values(
getBlockAttributes( clientId ).metadata?.bindings ?? {}
getBlockAttributes( clientId )?.metadata?.bindings ?? {}
).some(
( binding ) =>
binding?.source === PATTERN_OVERRIDES_BINDING_SOURCE
Expand Down

0 comments on commit 0efb174

Please sign in to comment.