mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
small clean up
This commit is contained in:
@@ -27,7 +27,6 @@ import {
|
||||
data: {
|
||||
title: 'admin.notify.dashboard.page.title',
|
||||
breadcrumbKey: 'admin.notify.dashboard',
|
||||
showBreadcrumbsFluid: false
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -40,7 +39,6 @@ import {
|
||||
data: {
|
||||
title: 'admin.notify.dashboard.page.title',
|
||||
breadcrumbKey: 'admin.notify.dashboard',
|
||||
showBreadcrumbsFluid: false
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -53,7 +51,6 @@ import {
|
||||
data: {
|
||||
title: 'admin.notify.dashboard.page.title',
|
||||
breadcrumbKey: 'admin.notify.dashboard',
|
||||
showBreadcrumbsFluid: false
|
||||
},
|
||||
}
|
||||
])
|
||||
|
@@ -54,7 +54,6 @@ export function getTabulatableObjectsComponent(types: (string | GenericConstruct
|
||||
let currentBestMatch: MatchRelevancy = null;
|
||||
for (const type of types) {
|
||||
const typeMap = map.get(PaginatedList<typeof type>);
|
||||
console.log(typeMap, 'd3ewfde');
|
||||
|
||||
if (hasValue(typeMap)) {
|
||||
const match = getMatch(typeMap, [viewMode, context, theme], [DEFAULT_VIEW_MODE, DEFAULT_CONTEXT, DEFAULT_THEME]);
|
||||
|
Reference in New Issue
Block a user