mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Add missing interface to resolve test warning
This commit is contained in:
parent
b3487f1843
commit
fc683e150a
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue