mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
chore: set empty string for phase_id filter if ALL phase is selected
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user