diff --git a/app/src/App/fhir-apps.tsx b/app/src/App/fhir-apps.tsx index 542e03041..60831e100 100644 --- a/app/src/App/fhir-apps.tsx +++ b/app/src/App/fhir-apps.tsx @@ -429,7 +429,7 @@ const FHIRApps = () => { redirectPath={APP_CALLBACK_URL} disableLoginProtection={DISABLE_LOGIN_PROTECTION} path={LIST_GROUP_URL} - permissions={['Group.update']} + permissions={['Group.read']} component={GroupList} />