rename variable (#2865)
This commit is contained in:
@@ -62,7 +62,7 @@ function CreateNewTaskFormPage() {
|
||||
webhookCallbackUrl: null,
|
||||
proxyLocation: null,
|
||||
includeActionHistoryInVerification: null,
|
||||
maxScreenshotScrollingTimes: null,
|
||||
maxScreenshotScrolls: null,
|
||||
extraHttpHeaders: null,
|
||||
}}
|
||||
/>
|
||||
@@ -133,7 +133,7 @@ function CreateNewTaskFormPage() {
|
||||
includeActionHistoryInVerification:
|
||||
data.workflow_definition.blocks[0]
|
||||
.include_action_history_in_verification,
|
||||
maxScreenshotScrollingTimes: data.max_screenshot_scrolling_times,
|
||||
maxScreenshotScrolls: data.max_screenshot_scrolls,
|
||||
extraHttpHeaders: data.extra_http_headers
|
||||
? JSON.stringify(data.extra_http_headers)
|
||||
: null,
|
||||
|
||||
Reference in New Issue
Block a user