frontend support cdp for task and workflow (#3231)
This commit is contained in:
@@ -48,6 +48,7 @@ function RetryTask() {
|
||||
extraHttpHeaders: task.request.extra_http_headers
|
||||
? JSON.stringify(task.request.extra_http_headers)
|
||||
: null,
|
||||
cdpAddress: task.request.browser_address ?? null,
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user