1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 05:00:10 +00:00

Update libs/components/src/dialog/dialog.service.ts

Co-authored-by: Vicki League <vleague@bitwarden.com>
This commit is contained in:
Will Martin
2025-04-24 16:57:39 -04:00
committed by GitHub
parent c1093bfd9f
commit 75cfd1cfe6

View File

@@ -163,7 +163,6 @@ export class DialogService {
* This allows us to create the class instance and provide the base instance later, almost like "deferred inheritance".
**/
const ref = new CdkDialogRef<R, C>();
// TODO outline circular nature
const injector = this.createInjector({
data: config?.data,
dialogRef: ref,