mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
fix lint error (#17115)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { CommonModule } from "@angular/common";
|
||||
import { Component, Inject } from "@angular/core";
|
||||
import { ChangeDetectionStrategy, Component, Inject } from "@angular/core";
|
||||
|
||||
import { JslibModule } from "@bitwarden/angular/jslib.module";
|
||||
import { Utils } from "@bitwarden/common/platform/misc/utils";
|
||||
@@ -33,6 +33,7 @@ export type AutofillConfirmationDialogResultType = UnionOfValues<
|
||||
|
||||
@Component({
|
||||
templateUrl: "./autofill-confirmation-dialog.component.html",
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
imports: [
|
||||
ButtonModule,
|
||||
CalloutComponent,
|
||||
|
||||
Reference in New Issue
Block a user