mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Fix DSO edit menu dropdowns
This commit is contained in:
@@ -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 = [
|
||||
|
||||
|
Reference in New Issue
Block a user