Skip to content

Commit

Permalink
fix: hide products field from filter menu
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaschiang committed Nov 23, 2024
1 parent b2c9459 commit 733e245
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/routes/_wardrobe.collections._index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ const hiddenFields: CollectionFilterName[] = [
'reviews',
'brandId',
'seasonId',
'products',
]

export default function CollectionsPage() {
Expand Down

0 comments on commit 733e245

Please sign in to comment.