1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

[PM-9627] item details v2 defects (#10082)

* Pull proper item name in item details. add Typography Module to reusable view sections
This commit is contained in:
Jason Ng
2024-07-11 18:48:47 -04:00
committed by GitHub
parent d7fa592521
commit 7243d62b19
6 changed files with 43 additions and 14 deletions

View File

@@ -22,6 +22,7 @@ import {
IconButtonModule,
SectionComponent,
SectionHeaderComponent,
TypographyModule,
} from "@bitwarden/components";
import { PasswordRepromptService } from "@bitwarden/vault";
@@ -36,6 +37,7 @@ import { PasswordRepromptService } from "@bitwarden/vault";
IconButtonModule,
SectionComponent,
SectionHeaderComponent,
TypographyModule,
],
})
export class AttachmentsV2Component {