diff --git a/src/figma-make/components/pages/daily-checklist/DailyChecklistContent.tsx b/src/figma-make/components/pages/daily-checklist/DailyChecklistContent.tsx index 36a442b0..37430354 100644 --- a/src/figma-make/components/pages/daily-checklist/DailyChecklistContent.tsx +++ b/src/figma-make/components/pages/daily-checklist/DailyChecklistContent.tsx @@ -466,6 +466,8 @@ export function DailyChecklistContent() { setTempSelectedPhaseIds([...selectedPhaseIds]); setSearchPhase(''); setShowPhaseModal(true); + setTempSelectedEmployees([]); + setSelectedEmployees([]); }; const toggleTempPhase = (phaseId: string) => {