task v2 refactor part 7: observer_task -> task_v2 frontend code (#1821)
This commit is contained in:
@@ -126,7 +126,7 @@ function WorkflowRun() {
|
||||
});
|
||||
}
|
||||
|
||||
const isTaskv2Run = workflowRun && workflowRun.observer_task !== null;
|
||||
const isTaskv2Run = workflowRun && workflowRun.task_v2 !== null;
|
||||
|
||||
return (
|
||||
<div className="space-y-8">
|
||||
|
||||
Reference in New Issue
Block a user