Skip to content

Commit

Permalink
[Block Library - Query Loop]: Rename Query Loop variations `allowCont…
Browse files Browse the repository at this point in the history
…rols` to `allowedControls` (#44523)
  • Loading branch information
ntsekouras authored and ockham committed Oct 4, 2022
1 parent 93e5e72 commit 62bf7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/query/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export function useAllowedControls( attributes ) {
select( blocksStore ).getActiveBlockVariation(
queryLoopName,
attributes
)?.allowControls,
)?.allowedControls,

[ attributes ]
);
Expand Down

0 comments on commit 62bf7bf

Please sign in to comment.