From ef786225c92a6c16a41f693055fa41fda9b428e3 Mon Sep 17 00:00:00 2001 From: bmbitwarden Date: Mon, 16 Feb 2026 19:37:36 -0500 Subject: [PATCH] PM-18607 reimplemented errorOnUnknownProperties (#18922) * PM-18607 reimplemented errorOnUnknownProperties * claude review * claude review --------- Co-authored-by: John Harrington <84741727+harr1424@users.noreply.github.com> --- .../src/send-list-filters/send-list-filters.component.html | 2 +- .../src/send-list-filters/send-list-filters.component.spec.ts | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/libs/tools/send/send-ui/src/send-list-filters/send-list-filters.component.html b/libs/tools/send/send-ui/src/send-list-filters/send-list-filters.component.html index 17f1233d70e..62417dfb577 100644 --- a/libs/tools/send/send-ui/src/send-list-filters/send-list-filters.component.html +++ b/libs/tools/send/send-ui/src/send-list-filters/send-list-filters.component.html @@ -1,4 +1,4 @@ -
+
{ { provide: BillingAccountProfileStateService, useValue: billingAccountProfileStateService }, { provide: AccountService, useValue: accountService }, ], - // FIXME(PM-18598): Replace unknownElements and unknownProperties with actual imports - errorOnUnknownProperties: false, }).compileComponents(); fixture = TestBed.createComponent(SendListFiltersComponent);