mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 09:35:36 -05:00
Clean up dialog event hide reasons (#14566)
* Clean up dialog event hide reasons * Remove done
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user