Skip to content

Commit

Permalink
Add format parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDuprey committed May 2, 2024
1 parent 130d25b commit c76e042
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/views/tenant/administration/GraphExplorer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,13 @@ const GraphExplorer = () => {
label="Reverse Tenant Lookup"
/>
<WhenFieldChanges field="reportTemplate" set="ReverseTenantLookup" />
<RFFCFormInput
type="text"
name="$format"
label="Format"
placeholder="Optional format to return (e.g. application/json)"
/>
<WhenFieldChanges field="reportTemplate" set="$format" />
</CCol>
<CCol>
<RFFCFormInput
Expand Down

0 comments on commit c76e042

Please sign in to comment.