Skip to content

Commit

Permalink
Merge pull request #674 from SalesforceFoundation/feature/248__sched-…
Browse files Browse the repository at this point in the history
…wizard-error

Service Schedule Modal Error
  • Loading branch information
jjbennett authored Nov 8, 2023
2 parents c07c71e + eba6169 commit 9f5888a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ export default class ServiceScheduleCreator extends NavigationMixin(LightningEle
this.navigate();
} else {
this.init();
this.dispatchEvent(new CustomEvent("close", { bubbles: true }));
}
this.dispatchEvent(new CustomEvent("close", { bubbles: true }));
}

reset() {
Expand Down

0 comments on commit 9f5888a

Please sign in to comment.