Skip to content

Commit

Permalink
Fix permission required for Gropu list view
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Nov 30, 2023
1 parent 4f03122 commit a80cc86
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 a80cc86

Please sign in to comment.