19626
2023-09-13 196df4d4bf1941546d349cadbf343655578ec280
force-app/main/default/lwc/lexNewOpportunityAgency/lexNewOpportunityAgency.js
@@ -217,8 +217,7 @@
                                                Agency__c: this.agency1Id,
                                                StageName__c: this.opportunityStage,
                                                Change_To_Opportunity__c: this.recordId,
                                                Department_Cateogy__c: this.opportunityCategory,
                                                RecordTypeId: recTypeId
                                                Department_Cateogy__c: this.opportunityCategory
                                            });
                                            this[NavigationMixin.Navigate]({
                                                type: 'standard__objectPage',
@@ -229,6 +228,7 @@
                                                state: {
                                                    nooverride: '1',
                                                    defaultFieldValues: defaultValues,
                                                    recordTypeId: recTypeId
                                                }
                                            });
                                            this.dispatchEvent(new CloseActionScreenEvent());
@@ -245,9 +245,10 @@
    }
    showToast(msg,type) {
        const event = new ShowToastEvent({
            title: '',
            title: ' ',
            message: msg,
            variant: type
            variant: type,
            mode: 'sticky'
        });
        this.dispatchEvent(event);
    }