small clean up

This commit is contained in:
FrancescoMolinaro
2024-01-25 15:26:44 +01:00
parent e4eb8b5a63
commit 0caacd98da
2 changed files with 0 additions and 4 deletions

View File

@@ -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
},
}
])

View File

@@ -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]);