update name
This commit is contained in:
@@ -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) => (
|
||||
|
||||
Reference in New Issue
Block a user