diff --git a/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/index.tsx b/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/index.tsx index 9d8ee44ec1..886e96c4bf 100644 --- a/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/index.tsx +++ b/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/index.tsx @@ -351,7 +351,7 @@ export default defineComponent({ onEdit={editTask} onCopyTask={copyTask} onRemoveTasks={removeTasks} - onViewLog={viewLog} + onViewLog={handleViewLog} /> {!!props.definition && (