Fix: add missing ngbdropdown for management lists on mobile

This commit is contained in:
shamoon
2025-01-02 16:26:26 -08:00
parent 85d913520b
commit 21558dcf8b
10 changed files with 125 additions and 88 deletions

View File

@@ -1,6 +1,6 @@
import { Component, OnInit } from '@angular/core'
import { FormsModule, ReactiveFormsModule } from '@angular/forms'
import { NgbModal } from '@ng-bootstrap/ng-bootstrap'
import { NgbDropdownModule, NgbModal } from '@ng-bootstrap/ng-bootstrap'
import { NgxBootstrapIconsModule } from 'ngx-bootstrap-icons'
import { delay, takeUntil, tap } from 'rxjs'
import { Workflow } from 'src/app/data/workflow'
@@ -26,6 +26,7 @@ import { LoadingComponentWithPermissions } from '../../loading-component/loading
IfPermissionsDirective,
FormsModule,
ReactiveFormsModule,
NgbDropdownModule,
NgxBootstrapIconsModule,
],
})