1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

[PM-9630] custom field linked fields update browser v2 (#10236)

This commit is contained in:
Jason Ng
2024-07-24 10:55:05 -04:00
committed by GitHub
parent fc55082148
commit 037d3ae91a
3 changed files with 28 additions and 18 deletions

View File

@@ -15,7 +15,8 @@
<!-- CUSTOM FIELDS -->
<ng-container *ngIf="cipher.fields">
<app-custom-fields-v2 [fields]="cipher.fields"> </app-custom-fields-v2>
<app-custom-fields-v2 [fields]="cipher.fields" [cipherType]="cipher.type">
</app-custom-fields-v2>
</ng-container>
<!-- ATTACHMENTS SECTION -->