diff --git a/dolphinscheduler-ui/src/views/projects/workflow/definition/tree/index.tsx b/dolphinscheduler-ui/src/views/projects/workflow/definition/tree/index.tsx index 499c35ea03..a46a1d7fc5 100644 --- a/dolphinscheduler-ui/src/views/projects/workflow/definition/tree/index.tsx +++ b/dolphinscheduler-ui/src/views/projects/workflow/definition/tree/index.tsx @@ -31,7 +31,7 @@ import { tasksState } from '@/common/common' import type { ITaskTypeNodeOption } from './types' export default defineComponent({ - name: 'WorkflowDefinitionTiming', + name: 'WorkflowDefinitionTree', setup() { const router: Router = useRouter() const { t, locale } = useI18n()