From 150b9ef29c76562ef623924480003205d580ce05 Mon Sep 17 00:00:00 2001 From: Jason Ng Date: Thu, 18 Jul 2024 18:56:02 -0400 Subject: [PATCH] [PM-9629] Custom Fields V2 View Section Defects (#10103) * Updates to Custom Fields V2 View --- .../custom-fields-v2.component.html | 36 ++++++++++--------- .../custom-fields-v2.component.ts | 2 ++ 2 files changed, 22 insertions(+), 16 deletions(-) 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 {