We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df1baa commit 1d90f8eCopy full SHA for 1d90f8e
1 file changed
src/components/core/filters/types.js
@@ -26,5 +26,5 @@ export type FilterGroupProps = {
26
values?: Array<FilterValue>,
27
onClearFacet?: Function,
28
onSelectFacet?: Function,
29
- initialyExpanded?: boolean,
+ initiallyExpanded?: boolean,
30
};
0 commit comments