Fix bad git pull merge
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
William Buezas 2024-07-01 11:10:50 -03:00
parent fef3dfa605
commit dfed211578
1 changed files with 1 additions and 19 deletions

View File

@ -52,24 +52,6 @@ export default {
},
component: () => import('src/pages/Ticket/TicketCreate.vue'),
},
{
name: 'TicketAdvance',
path: 'advance',
meta: {
title: 'ticketAdvance',
icon: 'keyboard_double_arrow_left',
},
component: () => import('src/pages/Ticket/TicketAdvance.vue'),
},
{
name: 'TicketAdvance',
path: 'advance',
meta: {
title: 'ticketAdvance',
icon: 'keyboard_double_arrow_left',
},
component: () => import('src/pages/Ticket/TicketAdvance.vue'),
},
{
path: 'weekly',
name: 'TicketWeekly',
@ -89,8 +71,8 @@ export default {
component: () => import('src/pages/Ticket/TicketFuture.vue'),
},
{
path: 'advance',
name: 'TicketAdvance',
path: 'advance',
meta: {
title: 'ticketAdvance',
icon: 'keyboard_double_arrow_left',