Skip to content

Commit

Permalink
OBS-191 | Viewing domains page should not require Manage Domains priv…
Browse files Browse the repository at this point in the history
…ilege
  • Loading branch information
sumitappt committed Nov 1, 2023
1 parent d231497 commit 79ed970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datahub-web-react/src/app/shared/admin/HeaderLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function HeaderLinks(props: Props) {
const showSettings = true;
const showIngestion =
isIngestionEnabled && me && me.platformPrivileges?.manageIngestion && me.platformPrivileges?.manageSecrets;
const showDomains = me?.platformPrivileges?.createDomains || me?.platformPrivileges?.manageDomains;
const showDomains = me?.platformPrivileges?.createDomains;

useUpdateEducationStepIdsAllowlist(!!showIngestion, HOME_PAGE_INGESTION_ID);

Expand Down

0 comments on commit 79ed970

Please sign in to comment.