Skip to content

Commit

Permalink
Add Graph Explorer queue override name
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDuprey committed Apr 30, 2024
1 parent e557919 commit e277b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/tenant/administration/GraphExplorer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ const GraphExplorer = () => {
select = params.$select.map((p) => p.value).join(',')
}
if (params?.name) {
params.QueueNameOverride = params.name
params.QueueNameOverride = 'Graph Explorer - ' + params.name
}
execGraphRequest({
path: 'api/ListGraphRequest',
Expand Down

0 comments on commit e277b6b

Please sign in to comment.