rename variable (#2865)
This commit is contained in:
@@ -100,8 +100,7 @@ function WorkflowRun() {
|
||||
const parameters = workflowRun?.parameters ?? {};
|
||||
const proxyLocation =
|
||||
workflowRun?.proxy_location ?? ProxyLocation.Residential;
|
||||
const maxScreenshotScrollingTimes =
|
||||
workflowRun?.max_screenshot_scrolling_times ?? null;
|
||||
const maxScreenshotScrolls = workflowRun?.max_screenshot_scrolls ?? null;
|
||||
|
||||
const title = workflowIsLoading ? (
|
||||
<Skeleton className="h-9 w-48" />
|
||||
@@ -246,7 +245,7 @@ function WorkflowRun() {
|
||||
data: parameters,
|
||||
proxyLocation,
|
||||
webhookCallbackUrl: workflowRun?.webhook_callback_url ?? "",
|
||||
maxScreenshotScrollingTimes,
|
||||
maxScreenshotScrolls,
|
||||
}}
|
||||
>
|
||||
<PlayIcon className="mr-2 h-4 w-4" />
|
||||
|
||||
Reference in New Issue
Block a user