@ampath/esm-reports-app 1.0.0-next.13 → 1.0.0-next.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -510,9 +510,9 @@
|
|
|
510
510
|
"initial": false,
|
|
511
511
|
"entry": false,
|
|
512
512
|
"recorded": false,
|
|
513
|
-
"size":
|
|
513
|
+
"size": 586399,
|
|
514
514
|
"sizes": {
|
|
515
|
-
"javascript":
|
|
515
|
+
"javascript": 586399
|
|
516
516
|
},
|
|
517
517
|
"names": [],
|
|
518
518
|
"idHints": [],
|
|
@@ -526,7 +526,7 @@
|
|
|
526
526
|
"auxiliaryFiles": [
|
|
527
527
|
"925.js.map"
|
|
528
528
|
],
|
|
529
|
-
"hash": "
|
|
529
|
+
"hash": "3be33f5abccc3e9d",
|
|
530
530
|
"childrenByOrder": {}
|
|
531
531
|
},
|
|
532
532
|
{
|
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":">=2.2.0"},"extensions":[{"name":"ampath-reports-dashboard-link","component":"reportsDashboardLink","slot":"homepage-dashboard-slot","meta":{"name":"reports","slot":"ampath-reports-dashboard-slot","title":"Reports"},"online":true,"offline":true},{"component":"root","name":"ampath-reports-dashboard-root","slot":"ampath-reports-dashboard-slot"}],"pages":[],"version":"1.0.0-next.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":">=2.2.0"},"extensions":[{"name":"ampath-reports-dashboard-link","component":"reportsDashboardLink","slot":"homepage-dashboard-slot","meta":{"name":"reports","slot":"ampath-reports-dashboard-slot","title":"Reports"},"online":true,"offline":true},{"component":"root","name":"ampath-reports-dashboard-root","slot":"ampath-reports-dashboard-slot"}],"pages":[],"version":"1.0.0-next.14"}
|
package/package.json
CHANGED
|
@@ -58,7 +58,7 @@ const ReportFiltersComponent: React.FC<ReportFiltersComponentProps> = ({
|
|
|
58
58
|
return (
|
|
59
59
|
<>
|
|
60
60
|
<div className={styles.titleContainer}>
|
|
61
|
-
<ArrowLeft className={styles.backIcon} onClick={() => navigate(
|
|
61
|
+
<ArrowLeft className={styles.backIcon} onClick={() => navigate('/')} />
|
|
62
62
|
<h2 className={styles.title}>{reportName}</h2>
|
|
63
63
|
</div>
|
|
64
64
|
<div className={styles.filtersContainer}>
|