mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-29 12:55:21 +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()"
|
(change)="fieldChange()"
|
||||||
[(ngModel)]="excludedDomainsState[i]"
|
[(ngModel)]="excludedDomainsState[i]"
|
||||||
/>
|
/>
|
||||||
<div *ngIf="i < fieldsEditThreshold">{{ domain }}</div>
|
<div id="excludedDomain{{ i }}" *ngIf="i < fieldsEditThreshold">{{ domain }}</div>
|
||||||
</bit-item-content>
|
</bit-item-content>
|
||||||
<button
|
<button
|
||||||
*ngIf="i < fieldsEditThreshold"
|
*ngIf="i < fieldsEditThreshold"
|
||||||
|
Loading…
Reference in New Issue
Block a user