Skip to content

Commit

Permalink
Update README.md for categorySuggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
kienstra committed Jan 24, 2023
1 parent a08a240 commit 9e512a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/query-controls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ An array of categories, renders a `CategorySelect` sub-component when passed in
- Required: No
- Platform: Web

#### `categorySuggestions`: `{ [ categoryName: Entity[ 'name' ] ]: Entity }`
#### `categorySuggestions`: `{ [ categoryName: Category[ 'name' ] ]: Category }`

An object of categories, renders a `FormTokenField` component when passed in conjunction with `onCategoryChange`.

Expand Down

0 comments on commit 9e512a3

Please sign in to comment.