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);