mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Add missing interface to resolve test warning
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 shamoon
					shamoon