update name

This commit is contained in:
2023-09-21 11:54:40 +07:00
parent 9fb0cc3eb6
commit ae1b213ff0

View File

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