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());