Skip to content

Commit

Permalink
Fixed default report type option in API Requests/Session History repo…
Browse files Browse the repository at this point in the history
…rtsreports/apirequests-report-form.twig (#2850)
  • Loading branch information
mgbaybay authored Jan 14, 2025
1 parent f4418e8 commit baad63a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reports/apirequests-report-form.twig
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
{ id: 'audit', value: "Audit"|trans },
{ id: 'debug', value: "Debug"|trans },
] %}
{{ inline.dropdown("type", "single", title, "audit", options, "id", "value", helpText) }}
{{ inline.dropdown("type", "single", title, "requests", options, "id", "value", helpText) }}

<div class="w-100">
<a id="applyBtn" class="btn btn-success">
Expand Down
2 changes: 1 addition & 1 deletion reports/sessionhistory-report-form.twig
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
{ id: 'debug', value: "Debug"|trans },
{ id: 'sessions', value: "Sessions"|trans },
] %}
{{ inline.dropdown("type", "single", title, "audit", options, "id", "value", helpText) }}
{{ inline.dropdown("type", "single", title, "sessions", options, "id", "value", helpText) }}

<div class="w-100">
<a id="applyBtn" class="btn btn-success">
Expand Down

0 comments on commit baad63a

Please sign in to comment.