From ae1b213ff095df14444db2e1508b8140bcb84ea5 Mon Sep 17 00:00:00 2001 From: Tb Fajri Date: Thu, 21 Sep 2023 11:54:40 +0700 Subject: [PATCH] update name --- .../dashboard/src/pages/Master/Diagnosis/History.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/dashboard/src/pages/Master/Diagnosis/History.tsx b/frontend/dashboard/src/pages/Master/Diagnosis/History.tsx index 8b9d8bc1..1574ccf6 100644 --- a/frontend/dashboard/src/pages/Master/Diagnosis/History.tsx +++ b/frontend/dashboard/src/pages/Master/Diagnosis/History.tsx @@ -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) => (