Fix label bug

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD 2025-11-07 12:13:32 -07:00
parent bd47ef41f0
commit f3999650bd

View File

@ -184,7 +184,7 @@ function saveInspectionRecordTemplateToVehicle(isEdit) {
if (data) {
successToast(isEdit ? "Inspection Record Template Updated" : "Inspection Record Template Added.");
hideInspectionRecordTemplateModal();
getVehicleCollisionRecords(formValues.vehicleId);
getVehicleInspectionRecords(formValues.vehicleId);
} else {
errorToast(genericErrorMessage());
}