19626
2023-09-13 196df4d4bf1941546d349cadbf343655578ec280
force-app/main/default/lwc/lexNewSolutionClosingAttachment/lexNewSolutionClosingAttachment.js
@@ -4,7 +4,7 @@
 * @Author: chen jing wu
 * @Date: 2023-08-29 14:42:25
 * @LastEditors: chen jing wu
 * @LastEditTime: 2023-08-29 14:42:44
 * @LastEditTime: 2023-09-11 15:32:14
 */
import { api, wire,LightningElement } from 'lwc';
import { CurrentPageReference } from "lightning/navigation";
@@ -38,7 +38,8 @@
        const event = new ShowToastEvent({
        title: '',
        message: msg,
        variant: type
            variant: type,
            mode: 'sticky'
      });
      this.dispatchEvent(event);
    }