Fix: import date picker module in cf query dropdown (#8749)

This commit is contained in:
shamoon 2025-01-15 06:46:36 -08:00 committed by GitHub
parent b145ed315a
commit 1cfba87114
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,11 @@ import {
ViewChildren, ViewChildren,
} from '@angular/core' } from '@angular/core'
import { FormsModule, ReactiveFormsModule } from '@angular/forms' 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 { NgSelectComponent, NgSelectModule } from '@ng-select/ng-select'
import { NgxBootstrapIconsModule } from 'ngx-bootstrap-icons' import { NgxBootstrapIconsModule } from 'ngx-bootstrap-icons'
import { first, Subject, takeUntil } from 'rxjs' import { first, Subject, takeUntil } from 'rxjs'
@ -164,6 +168,7 @@ export class CustomFieldQueriesModel {
ClearableBadgeComponent, ClearableBadgeComponent,
FormsModule, FormsModule,
ReactiveFormsModule, ReactiveFormsModule,
NgbDatepickerModule,
NgTemplateOutlet, NgTemplateOutlet,
NgSelectModule, NgSelectModule,
NgxBootstrapIconsModule, NgxBootstrapIconsModule,