Skip to content

Commit

Permalink
Fix permission required for Gropu list view (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki authored Dec 1, 2023
1 parent 77a9d29 commit 5c9f688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/App/fhir-apps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
/>
<PrivateComponent
Expand Down

0 comments on commit 5c9f688

Please sign in to comment.