From 928c97ca52b2a6c38c0bfe6f854c14f7ba916898 Mon Sep 17 00:00:00 2001 From: Chi Bong Ho Date: Tue, 17 Dec 2024 12:45:19 -0500 Subject: [PATCH] (fix) UHM-8319 - Fix O2 Visit Summary workspace not loading --- packages/esm-commons-app/src/routes.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/esm-commons-app/src/routes.json b/packages/esm-commons-app/src/routes.json index 2d9d3f0..c91d381 100644 --- a/packages/esm-commons-app/src/routes.json +++ b/packages/esm-commons-app/src/routes.json @@ -22,7 +22,8 @@ "type": "o2-visit-summary", "sidebarFamily": "ward-patient", "hasOwnSidebar": true, - "width": "extra-wide" + "width": "extra-wide", + "groups": ["ward-patient"] } ] }