mirror of
https://github.com/hargata/lubelog.git
synced 2025-12-10 00:46:08 -06:00
Merge pull request #1131 from hargata/Hargata/ins.label.bug
fix template selector modal not hiding after creating inspection temp…
This commit is contained in:
commit
300edd8c4e
@ -184,7 +184,6 @@ function saveInspectionRecordTemplateToVehicle(isEdit) {
|
||||
if (data) {
|
||||
successToast(isEdit ? "Inspection Record Template Updated" : "Inspection Record Template Added.");
|
||||
hideInspectionRecordTemplateModal();
|
||||
getVehicleInspectionRecords(formValues.vehicleId);
|
||||
} else {
|
||||
errorToast(genericErrorMessage());
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user