1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-15 02:18:42 +02:00

fix confirmModalRef

This commit is contained in:
Kyle Spearrin 2019-03-15 21:04:57 -04:00
parent b34d40252f
commit 5427ddb8d6

View File

@ -242,7 +242,7 @@ export class PeopleComponent implements OnInit {
}
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>(
UserConfirmComponent, this.confirmModalRef);