Skip to content

Commit 886d8d5

Browse files
authored
Merge pull request #2217 from JohnDuprey/dev
Graph Explorer - Org Branding preset
2 parents c4f220b + 1744088 commit 886d8d5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/views/tenant/administration/GraphExplorer.jsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,15 @@ const GraphExplorer = () => {
218218
},
219219
isBuiltin: true,
220220
},
221+
{
222+
name: 'Organization Branding',
223+
id: '2ed236e2-268e-461b-9d37-98b123010667',
224+
params: {
225+
endpoint: 'organization/%tenantid%/branding',
226+
NoPagination: true,
227+
},
228+
isBuiltin: true,
229+
},
221230
]
222231

223232
if (customPresets?.Results?.length > 0) {

0 commit comments

Comments
 (0)