force-app/main/default/lwc/lexUpdateToOpp/lexUpdateToOpp.js
@@ -4,7 +4,7 @@ * @Author: chen jing wu * @Date: 2023-06-21 10:42:48 * @LastEditors: chen jing wu * @LastEditTime: 2023-06-21 10:55:05 * @LastEditTime: 2023-09-11 15:39:09 */ import { api, wire,LightningElement } from 'lwc'; import { CurrentPageReference } from "lightning/navigation"; @@ -18,7 +18,8 @@ const event = new ShowToastEvent({ title: '', message: msg, variant: type variant: type, mode: 'sticky' }); this.dispatchEvent(event); }