mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix missing NgbDropdown import
This commit is contained in:
parent
a12ec00827
commit
9bfc92cf79
@ -3,6 +3,7 @@ import { Observable } from 'rxjs';
|
||||
import { Results } from 'src/app/data/results';
|
||||
import { ObjectWithId } from 'src/app/data/object-with-id';
|
||||
import { FilterPipe } from 'src/app/pipes/filter.pipe';
|
||||
import { NgbDropdown } from '@ng-bootstrap/ng-bootstrap'
|
||||
|
||||
@Component({
|
||||
selector: 'app-filter-dropdown',
|
||||
|
Loading…
x
Reference in New Issue
Block a user