Skip to content

Commit

Permalink
traffic-env not required removal
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-singhal-github committed Aug 3, 2023
1 parent 8735129 commit 136c1f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<f:entry title="${%ScanName}">
<f:textbox field="scanName"/>
</f:entry>
<f:entry title="${%TestEnvironment} *">
<f:entry title="${%TestEnvironment} ">
<f:textbox field="testEnvironment"/>
</f:entry>
<f:block>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<f:entry title="${%ScanName}">
<f:textbox field="scanName"/>
</f:entry>
<f:entry title="${%TestEnvironment} *">
<f:entry title="${%TestEnvironment} ">
<f:textbox field="testEnvironment"/>
</f:entry>
<f:entry title="${%ClientToken} *">
Expand Down

0 comments on commit 136c1f2

Please sign in to comment.