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
1 changed files with 1 additions and 1 deletions

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"