diff --git a/wwwroot/js/inspectionrecord.js b/wwwroot/js/inspectionrecord.js index 7da6c2f..12992dd 100644 --- a/wwwroot/js/inspectionrecord.js +++ b/wwwroot/js/inspectionrecord.js @@ -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()); }