From 57a1668a06e368a0f5f6179c54ef9669361367ee Mon Sep 17 00:00:00 2001 From: Jonathan Prusik Date: Thu, 29 Aug 2024 17:12:55 -0400 Subject: [PATCH] add id to divs in saved Excluded Domain rows (#10797) --- .../src/autofill/popup/settings/excluded-domains.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/browser/src/autofill/popup/settings/excluded-domains.component.html b/apps/browser/src/autofill/popup/settings/excluded-domains.component.html index 62d8bc5997..21e76c7d53 100644 --- a/apps/browser/src/autofill/popup/settings/excluded-domains.component.html +++ b/apps/browser/src/autofill/popup/settings/excluded-domains.component.html @@ -37,7 +37,7 @@ (change)="fieldChange()" [(ngModel)]="excludedDomainsState[i]" /> -
{{ domain }}
+
{{ domain }}