Skip to content

Commit 1ee154f

Browse files
authored
Patterns: set context of pattern category api call to view so authors and contributors can access (#55553)
1 parent ccd87c4 commit 1ee154f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core-data/src/resolvers.js

+1
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,7 @@ export const getUserPatternCategories =
651651
{
652652
per_page: -1,
653653
_fields: 'id,name,description,slug',
654+
context: 'view',
654655
}
655656
);
656657

0 commit comments

Comments
 (0)