refactor: code refactor
This commit is contained in:
parent
050cf206f5
commit
970f8ebe1c
|
|
@ -75,13 +75,4 @@ export const SIDEBAR_CONFIG = [
|
||||||
// Clinic admin can access call transcripts
|
// Clinic admin can access call transcripts
|
||||||
roles: [USER_ROLES.CLINIC_ADMIN]
|
roles: [USER_ROLES.CLINIC_ADMIN]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
text: 'Contract Management',
|
|
||||||
path: 'contractManagement',
|
|
||||||
requireSaprateApp: false,
|
|
||||||
icon: TopicOutlinedIcon,
|
|
||||||
activeIcon: TopicIcon,
|
|
||||||
// Clinic admin can access contract management
|
|
||||||
roles: [USER_ROLES.CLINIC_ADMIN]
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@ export const routesData = [
|
||||||
{ path: "/doctor", component: Users },
|
{ path: "/doctor", component: Users },
|
||||||
{ path: "/clinicSetup", component: ClinicSetup },
|
{ path: "/clinicSetup", component: ClinicSetup },
|
||||||
{ path: "/transcripts", component: ClinicTranscripts },
|
{ path: "/transcripts", component: ClinicTranscripts },
|
||||||
{ path: "/contractManagement", component: ContractManagement },
|
|
||||||
{ path: "/masterData", component: MasterDataManagement },
|
{ path: "/masterData", component: MasterDataManagement },
|
||||||
],
|
],
|
||||||
isProtected: true,
|
isProtected: true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue