force-app/main/default/lwc/lexRequestDB/lexRequestDB.js
@@ -123,13 +123,14 @@ this.dispatchEvent(new CloseActionScreenEvent()); } showToast(msg,type) { const event = new ShowToastEvent({ title: '', message: msg, variant: type }); this.dispatchEvent(event); } const event = new ShowToastEvent({ title: ' ', message: msg, variant: type, mode: 'sticky' }); this.dispatchEvent(event); } updateRecordView(recordId) { updateRecord({fields: { Id: recordId }}); }