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 michalczaplinski committed Oct 3, 2022
1 parent af3f84e commit 9aaf066
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 9aaf066

Please sign in to comment.