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
|
||||
.post(`/workflows/${workflowPermanentId}/run`, {
|
||||
data: values,
|
||||
proxy_location: "RESIDENTIAL",
|
||||
})
|
||||
.then((response) => response.data);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user