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:
Hargata Softworks 2025-11-07 12:53:10 -07:00 committed by GitHub
commit 300edd8c4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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());
}