1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-23 03:22:50 +02:00

add id to divs in saved Excluded Domain rows (#10797)

This commit is contained in:
Jonathan Prusik 2024-08-29 17:12:55 -04:00 committed by GitHub
parent 0a0cbde5b3
commit 57a1668a06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@
(change)="fieldChange()"
[(ngModel)]="excludedDomainsState[i]"
/>
<div *ngIf="i < fieldsEditThreshold">{{ domain }}</div>
<div id="excludedDomain{{ i }}" *ngIf="i < fieldsEditThreshold">{{ domain }}</div>
</bit-item-content>
<button
*ngIf="i < fieldsEditThreshold"