Skip to content

Commit

Permalink
Merge pull request #2217 from JohnDuprey/dev
Browse files Browse the repository at this point in the history
Graph Explorer - Org Branding preset
  • Loading branch information
JohnDuprey authored Mar 15, 2024
2 parents c4f220b + 1744088 commit 886d8d5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/views/tenant/administration/GraphExplorer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,15 @@ const GraphExplorer = () => {
},
isBuiltin: true,
},
{
name: 'Organization Branding',
id: '2ed236e2-268e-461b-9d37-98b123010667',
params: {
endpoint: 'organization/%tenantid%/branding',
NoPagination: true,
},
isBuiltin: true,
},
]

if (customPresets?.Results?.length > 0) {
Expand Down

0 comments on commit 886d8d5

Please sign in to comment.