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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user