mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
[PM-26968] Save risk insights summary and metrics (#17132)
* Update type guards * Add metric data types. Update places saving a risk insights report summary to save metrics * Fix types and test error * Fix critical report members * Update test case for null username in type-guard * Fix report application mapped data check
This commit is contained in:
@@ -45,7 +45,11 @@
|
||||
tabindex="0"
|
||||
[attr.aria-label]="'viewItem' | i18n"
|
||||
>
|
||||
<app-vault-icon *ngIf="row.ciphers.length > 0" [cipher]="row.ciphers[0]"></app-vault-icon>
|
||||
<!-- Passing the first cipher of the application for app-vault-icon cipher input requirement -->
|
||||
<app-vault-icon
|
||||
*ngIf="row.cipherIds.length > 0"
|
||||
[cipher]="row.cipherIds[0]"
|
||||
></app-vault-icon>
|
||||
</td>
|
||||
<td
|
||||
class="tw-cursor-pointer"
|
||||
|
||||
Reference in New Issue
Block a user