fix: router path

fix: breadcrumb url
This commit is contained in:
Abhinav Raut
2025-02-21 20:49:09 +05:30
parent 3cb584c4d6
commit aba849d344
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -412,7 +412,7 @@ const routes = [
meta: { title: 'Statuses' }
},
{
path: 'Macros',
path: 'macros',
component: () => import('@/views/admin/macros/Macros.vue'),
meta: { title: 'Macros' },
children: [
@@ -23,7 +23,7 @@ const emit = useEmitter()
const formLoading = ref(false)
const breadcrumbLinks = [
{ path: 'macro-list', label: 'Macros' },
{ path: '-', label: 'New macro' }
{ path: '', label: 'New macro' }
]
const onSubmit = (values) => {