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