From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 3 Oct 2024 03:21:47 +0000 (-0700) Subject: Add missing interface to resolve test warning X-Git-Tag: v2.13.0-beta.rc1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc683e150a30a243be8042dbb6d24ad219634bf7;p=thirdparty%2Fpaperless-ngx.git Add missing interface to resolve test warning --- diff --git a/src-ui/src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.ts b/src-ui/src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.ts index 9239071583..011ae1bc19 100644 --- a/src-ui/src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.ts +++ b/src-ui/src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.ts @@ -2,6 +2,7 @@ import { Component, EventEmitter, Input, + OnDestroy, Output, ViewChild, } from '@angular/core' @@ -148,7 +149,7 @@ export class CustomFieldQueriesModel { templateUrl: './custom-fields-query-dropdown.component.html', styleUrls: ['./custom-fields-query-dropdown.component.scss'], }) -export class CustomFieldsQueryDropdownComponent { +export class CustomFieldsQueryDropdownComponent implements OnDestroy { public CustomFieldQueryComponentType = CustomFieldQueryElementType public CustomFieldQueryOperator = CustomFieldQueryOperator public CustomFieldDataType = CustomFieldDataType