force-app/main/default/aura/DealerPersonnelInformationImport/DealerPersonnelInformationImportHelper.js
@@ -91,6 +91,7 @@ if (state === "SUCCESS") { var res = response.getReturnValue(); var res1 = ''; debugger; if (res != 'success') { var ress = res.split('='); console.log(ress); @@ -145,7 +146,7 @@ window.setTimeout($A.getCallback(function () { $A.util.addClass(component.find('errorDiv'), 'slds-hide'); }), 3000 4000 ); }, success : function(message) {