task v2 refactor part 7: observer_task -> task_v2 frontend code (#1821)

This commit is contained in:
Shuchang Zheng
2025-02-23 22:40:52 -08:00
committed by GitHub
parent b1de14e2fe
commit 2a2c6f1cb4
4 changed files with 8 additions and 8 deletions

View File

@@ -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">