TF-4069 Do not show toast message when disable vacation automatically
This commit is contained in:
+1
-1
@@ -16,6 +16,6 @@ extension HandleVacationResponseExtension on ManageAccountDashBoardController {
|
||||
}
|
||||
|
||||
void automaticallyDeactivateVacation(VacationResponse vacationResponse) {
|
||||
disableVacationResponder(vacationResponse);
|
||||
disableVacationResponder(vacationResponse, isAuto: true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user