force-app/main/default/lwc/lexOPDReport/lexOPDReport.js
@@ -37,9 +37,10 @@ } showToast(msg,type) { const event = new ShowToastEvent({ title: '', title: ' ', message: msg, variant: type variant: type, mode: 'sticky' }); this.dispatchEvent(event); this.dispatchEvent(new CloseActionScreenEvent());