mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
Merge branch 'fix/daily-checklist' into 'development'
[FIX/FE] Daily Checklist See merge request mbugroup/lti-web-client!272
This commit is contained in:
@@ -466,6 +466,8 @@ export function DailyChecklistContent() {
|
|||||||
setTempSelectedPhaseIds([...selectedPhaseIds]);
|
setTempSelectedPhaseIds([...selectedPhaseIds]);
|
||||||
setSearchPhase('');
|
setSearchPhase('');
|
||||||
setShowPhaseModal(true);
|
setShowPhaseModal(true);
|
||||||
|
setTempSelectedEmployees([]);
|
||||||
|
setSelectedEmployees([]);
|
||||||
};
|
};
|
||||||
|
|
||||||
const toggleTempPhase = (phaseId: string) => {
|
const toggleTempPhase = (phaseId: string) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user