update,
This commit is contained in:
@@ -28,27 +28,27 @@ export const layoutConfig = {
|
||||
items: [
|
||||
{
|
||||
key: 'lesson-types',
|
||||
title: 'type',
|
||||
title: 'lesson-types',
|
||||
icon: 'users',
|
||||
items: [
|
||||
{
|
||||
key: 'lesson-types',
|
||||
title: 'dashboard.lessonTypes.list',
|
||||
title: 'lessonTypes.list',
|
||||
href: paths.dashboard.lesson_types.list,
|
||||
},
|
||||
{
|
||||
key: 'lesson-categories',
|
||||
title: 'dashboard.lessonCategories.list',
|
||||
title: 'lessonCategories.list',
|
||||
href: paths.dashboard.lesson_categories.list,
|
||||
},
|
||||
{
|
||||
key: 'vocabulary',
|
||||
title: 'dashboard.vocabularies.list',
|
||||
title: 'vocabularies.list',
|
||||
href: paths.dashboard.vocabularies.list,
|
||||
},
|
||||
{
|
||||
key: 'connective',
|
||||
title: 'dashboard.connectives.list',
|
||||
title: 'connectives.list',
|
||||
href: paths.dashboard.connectives.list,
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user