fix
This commit is contained in:
@@ -138,11 +138,11 @@ export const routes = [
|
||||
name: 'admin-provider-profile',
|
||||
component: () => import('@/pages/providers/provider-profile.vue'),
|
||||
},
|
||||
{
|
||||
path: '/admin/providers/patientprofile/:patient_id',
|
||||
name: 'admin-providers-patientprofile',
|
||||
component: () => import('@/pages/patients/patientprofile.vue'),
|
||||
},
|
||||
// {
|
||||
// path: '/admin/providers/patientprofile/:patient_id',
|
||||
// name: 'admin-providers-patientprofile',
|
||||
// component: () => import('@/pages/patients/patientprofile.vue'),
|
||||
// },
|
||||
{
|
||||
path: '/apps/email/filter/:filter',
|
||||
name: 'apps-email-filter',
|
||||
|
Reference in New Issue
Block a user