Data Docter dan Hospital dnegan Filter di dashboard
This commit is contained in:
@@ -19,9 +19,7 @@ const navConfig = [
|
||||
// GENERAL
|
||||
// ----------------------------------------------------------------------
|
||||
{
|
||||
items: [
|
||||
{ title: 'Dashboard', path: '/dashboard', icon: ICONS.dashboard },
|
||||
],
|
||||
items: [{ title: 'Dashboard', path: '/dashboard', icon: ICONS.dashboard }],
|
||||
},
|
||||
|
||||
// Membership
|
||||
@@ -37,8 +35,8 @@ const navConfig = [
|
||||
{
|
||||
title: 'DOCTORS & HOSPITALS',
|
||||
children: [
|
||||
{ title: 'Doctors', path: '/doctors' },
|
||||
{ title: 'Hospitals', path: '/hospitals' },
|
||||
{ title: 'Doctors', path: '/master/doctors' },
|
||||
{ title: 'Hospitals', path: '/master/hospitals' },
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -62,16 +60,14 @@ const navConfig = [
|
||||
},
|
||||
{
|
||||
title: 'CASE MANAGEMENT',
|
||||
path: '/claims',
|
||||
path: '/claims',
|
||||
// children: [
|
||||
// { title: 'Request', path: '/case-request' },
|
||||
// ],
|
||||
},
|
||||
{
|
||||
title: 'CUSTOMER SERVICES',
|
||||
children: [
|
||||
{ title: 'Request', path: '/cs-request' },
|
||||
],
|
||||
children: [{ title: 'Request', path: '/cs-request' }],
|
||||
},
|
||||
{
|
||||
title: 'USER MANAGEMENT',
|
||||
|
||||
Reference in New Issue
Block a user