Skip to content

Commit

Permalink
fix api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-kot committed Sep 10, 2024
1 parent d7a63c3 commit 7653085
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/__tests__/__snapshots__/documenter.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12218,6 +12218,8 @@ in order to prevent the user from changing the filtering query.",
},
Object {
"defaultValue": "false",
"description": "Activates token grouping mechanism to support tokens nesting (up to one level).
When \`true\`, the \`query.tokens\` property is ignored and \`query.tokenGroups\` is used instead.",
"name": "enableTokenGroups",
"optional": true,
"type": "boolean",
Expand Down
2 changes: 1 addition & 1 deletion src/property-filter/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export interface PropertyFilterProps extends BaseComponentProps, ExpandToViewpor
* operations are communicated to the user in another way.
*/
hideOperations?: boolean;
/*
/**
* Activates token grouping mechanism to support tokens nesting (up to one level).
* When `true`, the `query.tokens` property is ignored and `query.tokenGroups` is used instead.
*/
Expand Down

0 comments on commit 7653085

Please sign in to comment.