diff --git a/web/src/components/filter/ReviewFilterGroup.tsx b/web/src/components/filter/ReviewFilterGroup.tsx index 76da1f86f..ab597c85a 100644 --- a/web/src/components/filter/ReviewFilterGroup.tsx +++ b/web/src/components/filter/ReviewFilterGroup.tsx @@ -575,8 +575,8 @@ type GeneralFilterContentProps = { selectedLabels: string[] | undefined; currentLabels: string[] | undefined; currentSeverity?: ReviewSeverity; - showAll: boolean; - setShowAll: (showAll: boolean) => void; + showAll?: boolean; + setShowAll?: (showAll: boolean) => void; updateLabelFilter: (labels: string[] | undefined) => void; setCurrentLabels: (labels: string[] | undefined) => void; onClose: () => void; @@ -595,18 +595,20 @@ export function GeneralFilterContent({ return ( <>