We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1159f commit 844ea7dCopy full SHA for 844ea7d
src/store/hooks/useOverviewFilters.ts
@@ -16,7 +16,7 @@ import type Fuse from 'fuse.js';
16
17
export type OverviewFilterableItem = {
18
area: Area[];
19
- taxonomy: ProductTaxonomy[];
+ taxonomy?: ProductTaxonomy[];
20
type?: ContentType;
21
};
22
0 commit comments