mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 18:44:14 +00:00
Fix DSO edit menu dropdowns
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
|||||||
import {
|
import {
|
||||||
DsoEditMenuExpandableSectionComponent
|
DsoEditMenuExpandableSectionComponent
|
||||||
} from '../dso-page/dso-edit-menu/dso-edit-expandable-menu-section/dso-edit-menu-expandable-section.component';
|
} 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 = [
|
const COMPONENTS = [
|
||||||
DsoEditMenuComponent,
|
DsoEditMenuComponent,
|
||||||
@@ -25,6 +25,7 @@ const MODULES = [
|
|||||||
RouterModule,
|
RouterModule,
|
||||||
CommonModule,
|
CommonModule,
|
||||||
NgbTooltipModule,
|
NgbTooltipModule,
|
||||||
|
NgbDropdownModule,
|
||||||
];
|
];
|
||||||
const PROVIDERS = [
|
const PROVIDERS = [
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user