diff --git a/libs/vault/src/cipher-view/custom-fields/custom-fields-v2.component.html b/libs/vault/src/cipher-view/custom-fields/custom-fields-v2.component.html index 91a380f53d..e01c4ca175 100644 --- a/libs/vault/src/cipher-view/custom-fields/custom-fields-v2.component.html +++ b/libs/vault/src/cipher-view/custom-fields/custom-fields-v2.component.html @@ -4,25 +4,25 @@
-
+ -
+
- + -
+
diff --git a/libs/vault/src/cipher-view/custom-fields/custom-fields-v2.component.ts b/libs/vault/src/cipher-view/custom-fields/custom-fields-v2.component.ts index e54e5996eb..762af73e31 100644 --- a/libs/vault/src/cipher-view/custom-fields/custom-fields-v2.component.ts +++ b/libs/vault/src/cipher-view/custom-fields/custom-fields-v2.component.ts @@ -13,6 +13,7 @@ import { SectionComponent, SectionHeaderComponent, TypographyModule, + CheckboxModule, } from "@bitwarden/components"; @Component({ @@ -29,6 +30,7 @@ import { SectionComponent, SectionHeaderComponent, TypographyModule, + CheckboxModule, ], }) export class CustomFieldV2Component {