This repository was archived by the owner on Mar 29, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +1
-16
lines changed
esm-patient-queues-app/src Expand file tree Collapse file tree 3 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const Root: React.FC = () => {
1414 return (
1515 < main >
1616 < SWRConfig value = { swrConfiguration } >
17- < BrowserRouter basename = { `${ window . getOpenmrsSpaBase ( ) } ` + 'home/initial-page ' } >
17+ < BrowserRouter basename = { `${ window . getOpenmrsSpaBase ( ) } ` + 'home' } >
1818 < Routes >
1919 < Route path = "/triage" element = { < TriageHome /> } />
2020 < Route path = "/reception" element = { < ReceptionHome /> } />
Original file line number Diff line number Diff line change @@ -109,15 +109,6 @@ export const dispensingDashboardLink = getSyncLifecycle(
109109 options ,
110110) ;
111111
112- export const homepageDashboardLink = getSyncLifecycle (
113- createHomeDashboardLink ( {
114- name : 'initial-page' ,
115- slot : 'homepage-dashboard-slot' ,
116- title : 'Home' ,
117- } ) ,
118- options ,
119- ) ;
120-
121112export const clinicalPatientDashboardLink = getSyncLifecycle (
122113 createDashboardLink ( {
123114 path : 'clinical-patient-dashboard' ,
Original file line number Diff line number Diff line change 1515 }
1616 ],
1717 "extensions" : [
18- {
19- "name" : " homepage-dashboard-link" ,
20- "slot" : " homepage-dashboard-slot" ,
21- "component" : " homepageDashboardLink" ,
22- "order" : 1
23- },
2418 {
2519 "name" : " clinical-views-divider" ,
2620 "slot" : " patient-chart-dashboard-slot" ,
You can’t perform that action at this time.
0 commit comments