Use residential proxy for workflow UI runs by default (#669)
This commit is contained in:
@@ -36,6 +36,7 @@ function RunWorkflowForm({ workflowParameters, initialValues }: Props) {
|
|||||||
return client
|
return client
|
||||||
.post(`/workflows/${workflowPermanentId}/run`, {
|
.post(`/workflows/${workflowPermanentId}/run`, {
|
||||||
data: values,
|
data: values,
|
||||||
|
proxy_location: "RESIDENTIAL",
|
||||||
})
|
})
|
||||||
.then((response) => response.data);
|
.then((response) => response.data);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user