Skip to content

Commit 9aaf066

Browse files
ntsekourasmichalczaplinski
authored andcommitted
[Block Library - Query Loop]: Rename Query Loop variations allowControls to allowedControls (#44523)
1 parent af3f84e commit 9aaf066

File tree

1 file changed

+1
-1
lines changed
  • packages/block-library/src/query

1 file changed

+1
-1
lines changed

packages/block-library/src/query/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export function useAllowedControls( attributes ) {
162162
select( blocksStore ).getActiveBlockVariation(
163163
queryLoopName,
164164
attributes
165-
)?.allowControls,
165+
)?.allowedControls,
166166

167167
[ attributes ]
168168
);

0 commit comments

Comments
 (0)