mirror of
https://github.com/bitwarden/web
synced 2025-12-14 23:33:16 +00:00
fix confirmModalRef
This commit is contained in:
@@ -242,7 +242,7 @@ export class PeopleComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const factory = this.componentFactoryResolver.resolveComponentFactory(ModalComponent);
|
const factory = this.componentFactoryResolver.resolveComponentFactory(ModalComponent);
|
||||||
this.modal = this.groupsModalRef.createComponent(factory).instance;
|
this.modal = this.confirmModalRef.createComponent(factory).instance;
|
||||||
const childComponent = this.modal.show<UserConfirmComponent>(
|
const childComponent = this.modal.show<UserConfirmComponent>(
|
||||||
UserConfirmComponent, this.confirmModalRef);
|
UserConfirmComponent, this.confirmModalRef);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user