Clean up dialog event hide reasons (#14566)

* Clean up dialog event hide reasons

* Remove done
This commit is contained in:
Charles Gagnon
2021-03-05 08:54:35 -08:00
committed by GitHub
parent 21019f7452
commit d2faf9075d
21 changed files with 67 additions and 58 deletions

View File

@@ -44,7 +44,7 @@ export class CustomDialogService {
}
public closeWizard(wizard: Wizard): void {
this._wizardModals.get(wizard)?.cancel();
this._wizardModals.get(wizard)?.close();
}
public getWizardModal(wizard: Wizard): WizardModal | undefined {