force-app/main/default/lwc/lexEquipmentRentalApply_FromSA/lexEquipmentRentalApply_FromSA.js
@@ -85,7 +85,7 @@ console.log(error); }) }else{ this.showToast(res,'warning'); this.showToast(res,'error'); return; } }) @@ -94,10 +94,11 @@ showToast(message, type) { const evt = new ShowToastEvent({ title: '', title: 'Error', message: message, variant: type }); this.dispatchEvent(evt); this.dispatchEvent(new CloseActionScreenEvent()); } }