dispose view after the operation is done (#22144)

This commit is contained in:
Alan Ren
2023-03-03 15:34:51 -08:00
committed by GitHub
parent 07eb964c32
commit d2d24e3827
3 changed files with 15 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ export class UserDialog extends ObjectManagementDialogBase<ObjectManagement.User
}
}
protected async onDispose(): Promise<void> {
protected async disposeView(): Promise<void> {
await this.objectManagementService.disposeUserView(this.contextId);
}