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, |   Component, | ||||||
|   EventEmitter, |   EventEmitter, | ||||||
|   Input, |   Input, | ||||||
|  |   OnDestroy, | ||||||
|   Output, |   Output, | ||||||
|   ViewChild, |   ViewChild, | ||||||
| } from '@angular/core' | } from '@angular/core' | ||||||
| @@ -148,7 +149,7 @@ export class CustomFieldQueriesModel { | |||||||
|   templateUrl: './custom-fields-query-dropdown.component.html', |   templateUrl: './custom-fields-query-dropdown.component.html', | ||||||
|   styleUrls: ['./custom-fields-query-dropdown.component.scss'], |   styleUrls: ['./custom-fields-query-dropdown.component.scss'], | ||||||
| }) | }) | ||||||
| export class CustomFieldsQueryDropdownComponent { | export class CustomFieldsQueryDropdownComponent implements OnDestroy { | ||||||
|   public CustomFieldQueryComponentType = CustomFieldQueryElementType |   public CustomFieldQueryComponentType = CustomFieldQueryElementType | ||||||
|   public CustomFieldQueryOperator = CustomFieldQueryOperator |   public CustomFieldQueryOperator = CustomFieldQueryOperator | ||||||
|   public CustomFieldDataType = CustomFieldDataType |   public CustomFieldDataType = CustomFieldDataType | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 shamoon
					shamoon