navigate back if the date filter is selected

ipd-changes-for-vida-plus
parent 5426aae0dc
commit c1f3506bae

@ -146,6 +146,7 @@ class _FilterDatePageState extends State<FilterDatePage> {
Utils.showErrorToast(
"Please Select All The date Fields ");
} else {
Navigator.pop(context);
await widget.patientSearchViewModel.getInPatientList(
PatientSearchRequestModel(
from:

Loading…
Cancel
Save