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 committed Sep 28, 2022
1 parent c66d2ce commit cbaa184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/query/utils.js
Expand Up @@ -162,7 +162,7 @@ export function useAllowedControls( attributes ) {
select( blocksStore ).getActiveBlockVariation(
queryLoopName,
attributes
)?.allowControls,
)?.allowedControls,

[ attributes ]
);
Expand Down

0 comments on commit cbaa184

Please sign in to comment.