WD: await added for the get call

update_3.16.0_CR5439_Pharmacy_Intervention
taha.alam 10 months ago
parent 2ec7672b29
commit 5a554a9ea6

@ -583,7 +583,7 @@ class PharmacyInterventionViewModel extends BaseViewModel {
}
if(result) {
DrAppToastMsg.showSuccesToast(successMessage);
getPharmacyIntervention();
await getPharmacyIntervention();
}
setState(ViewState.Idle);
}

Loading…
Cancel
Save