mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-25 11:52:03 +00:00
fix: update contacts route title to 'All contacts'
This commit is contained in:
@@ -39,7 +39,7 @@ const routes = [
|
||||
path: 'contacts',
|
||||
name: 'contacts',
|
||||
component: () => import('@/views/contact/ContactsView.vue'),
|
||||
meta: { title: 'Contacts' }
|
||||
meta: { title: 'All contacts' }
|
||||
},
|
||||
{
|
||||
path: 'contacts/:id',
|
||||
|
||||
Reference in New Issue
Block a user