Rename Moderation log component

This commit is contained in:
Angelina Filippova 2021-03-11 15:21:47 +03:00
parent e4a82cee72
commit 78571918fd
4 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ const moderationLog = {
children: [
{
path: 'index',
component: () => import('@/views/moderation_log/index'),
component: () => import('@/views/moderationLog/index'),
name: 'Moderation Log',
meta: { title: 'moderationLog', icon: 'list', noCache: true }
}