feat(lifecycle): sidebar entry for Jornada do Cliente
This commit is contained in:
parent
65a76ed59d
commit
ad2255aba4
@ -402,6 +402,16 @@ const menuItems = computed(() => {
|
||||
],
|
||||
to: accountScopedRoute('captain_settings_gallery'),
|
||||
},
|
||||
{
|
||||
name: 'Lifecycle',
|
||||
label: t('SIDEBAR.CAPTAIN_LIFECYCLE'),
|
||||
activeOn: [
|
||||
'captain_lifecycle_rules',
|
||||
'captain_lifecycle_settings',
|
||||
'captain_lifecycle_history',
|
||||
],
|
||||
to: accountScopedRoute('captain_lifecycle_rules'),
|
||||
},
|
||||
{
|
||||
name: 'Reservations',
|
||||
label: t('SIDEBAR.CAPTAIN_RESERVATIONS'),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user