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

Merge branch 'uif/CL-622/dialog-as-drawer' into uif/vault-drawer

This commit is contained in:
Will Martin
2025-04-25 10:14:35 -04:00
committed by GitHub

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,