]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix: import date picker module in cf query dropdown (#8749)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Wed, 15 Jan 2025 14:46:36 +0000 (06:46 -0800)
committerGitHub <noreply@github.com>
Wed, 15 Jan 2025 14:46:36 +0000 (06:46 -0800)
src-ui/src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.ts

index d6ae95604ec57f326612eacc0117166ca8e098d6..0fa7fe536c58f8fcf2671da48f4b96a110d2fd5d 100644 (file)
@@ -9,7 +9,11 @@ import {
   ViewChildren,
 } from '@angular/core'
 import { FormsModule, ReactiveFormsModule } from '@angular/forms'
-import { NgbDropdown, NgbDropdownModule } from '@ng-bootstrap/ng-bootstrap'
+import {
+  NgbDatepickerModule,
+  NgbDropdown,
+  NgbDropdownModule,
+} from '@ng-bootstrap/ng-bootstrap'
 import { NgSelectComponent, NgSelectModule } from '@ng-select/ng-select'
 import { NgxBootstrapIconsModule } from 'ngx-bootstrap-icons'
 import { first, Subject, takeUntil } from 'rxjs'
@@ -164,6 +168,7 @@ export class CustomFieldQueriesModel {
     ClearableBadgeComponent,
     FormsModule,
     ReactiveFormsModule,
+    NgbDatepickerModule,
     NgTemplateOutlet,
     NgSelectModule,
     NgxBootstrapIconsModule,