Skip to content

Commit c2b91ff

Browse files
authored
Merge pull request #2395 from JohnDuprey/dev
Graph explorer - Add $format to form
2 parents d8662fa + 9145b40 commit c2b91ff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/views/tenant/administration/GraphExplorer.jsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,13 @@ const GraphExplorer = () => {
539539
label="Reverse Tenant Lookup"
540540
/>
541541
<WhenFieldChanges field="reportTemplate" set="ReverseTenantLookup" />
542+
<RFFCFormInput
543+
type="text"
544+
name="$format"
545+
label="Format"
546+
placeholder="Optional format to return (e.g. application/json)"
547+
/>
548+
<WhenFieldChanges field="reportTemplate" set="$format" />
542549
</CCol>
543550
<CCol>
544551
<RFFCFormInput

0 commit comments

Comments
 (0)