mirror of
https://github.com/hargata/lubelog.git
synced 2025-12-11 04:37:03 -06:00
Fix label bug
This commit is contained in:
parent
bd47ef41f0
commit
f3999650bd
@ -184,7 +184,7 @@ function saveInspectionRecordTemplateToVehicle(isEdit) {
|
|||||||
if (data) {
|
if (data) {
|
||||||
successToast(isEdit ? "Inspection Record Template Updated" : "Inspection Record Template Added.");
|
successToast(isEdit ? "Inspection Record Template Updated" : "Inspection Record Template Added.");
|
||||||
hideInspectionRecordTemplateModal();
|
hideInspectionRecordTemplateModal();
|
||||||
getVehicleCollisionRecords(formValues.vehicleId);
|
getVehicleInspectionRecords(formValues.vehicleId);
|
||||||
} else {
|
} else {
|
||||||
errorToast(genericErrorMessage());
|
errorToast(genericErrorMessage());
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user