diff --git a/src/figma-make/components/pages/reports/DailyChecklistReportsContent.tsx b/src/figma-make/components/pages/reports/DailyChecklistReportsContent.tsx index 61558d4f..f1c32198 100644 --- a/src/figma-make/components/pages/reports/DailyChecklistReportsContent.tsx +++ b/src/figma-make/components/pages/reports/DailyChecklistReportsContent.tsx @@ -292,7 +292,7 @@ export function DailyChecklistReportsContent() { }; const phaseChangeHandler = (value: string) => { - updateFilter('phase_id', value); + updateFilter('phase_id', value === 'ALL' ? '' : value); }; const employeeChangeHandler = (value: string) => {