mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-22 18:43:33 +00:00
fix: router path
fix: breadcrumb url
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user