update name
This commit is contained in:
@@ -85,7 +85,7 @@ export default function CustomizedAccordions() {
|
|||||||
(panel: string) => (event: React.SyntheticEvent, newExpanded: boolean) => {
|
(panel: string) => (event: React.SyntheticEvent, newExpanded: boolean) => {
|
||||||
setExpanded(newExpanded ? panel : false);
|
setExpanded(newExpanded ? panel : false);
|
||||||
};
|
};
|
||||||
const pageTitle = 'Diagnosis Audittrail';
|
const pageTitle = 'Diagnosis History';
|
||||||
|
|
||||||
const { themeStretch } = useSettings();
|
const { themeStretch } = useSettings();
|
||||||
|
|
||||||
@@ -123,10 +123,10 @@ export default function CustomizedAccordions() {
|
|||||||
name: 'Diagnosis',
|
name: 'Diagnosis',
|
||||||
href: '/master/diagnosis',
|
href: '/master/diagnosis',
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// name: 'Audittrail ICD',
|
name: 'History',
|
||||||
// href: '/corporate/' + id + '/plans',
|
href: '/master/diagnosis/'+id+'/diagnosis-history',
|
||||||
// },
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
{currentCorporate?.data.map((item, index) => (
|
{currentCorporate?.data.map((item, index) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user