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