This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 2a44a7f36a rename: WorkflowDefinitionTree  component rename (#13134)
2a44a7f36a is described below

commit 2a44a7f36a4be85221703bc3d8d70a650860b31e
Author: tog <[email protected]>
AuthorDate: Sun Jan 8 20:42:21 2023 +0800

    rename: WorkflowDefinitionTree  component rename (#13134)
---
 .../src/views/projects/workflow/definition/tree/index.tsx               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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()

Reply via email to