mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
add id to divs in saved Excluded Domain rows (#10797)
This commit is contained in:
parent
0a0cbde5b3
commit
57a1668a06
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user