Fix DSO edit menu dropdowns

This commit is contained in:
Yury Bondarenko
2023-03-10 11:35:32 +01:00
parent 1d58910d70
commit 7fb9c8a38a

View File

@@ -9,7 +9,7 @@ import {
import {
DsoEditMenuExpandableSectionComponent
} from '../dso-page/dso-edit-menu/dso-edit-expandable-menu-section/dso-edit-menu-expandable-section.component';
import { NgbTooltipModule } from '@ng-bootstrap/ng-bootstrap';
import { NgbDropdownModule, NgbTooltipModule } from '@ng-bootstrap/ng-bootstrap';
const COMPONENTS = [
DsoEditMenuComponent,
@@ -25,6 +25,7 @@ const MODULES = [
RouterModule,
CommonModule,
NgbTooltipModule,
NgbDropdownModule,
];
const PROVIDERS = [