You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/10/20 08:46:18 UTC

[dolphinscheduler] branch dev updated: [fix#12364][UI] fix when creating a workflow, click Data Quality or Machine Learning to expand both (#12365)

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

zhoujieguang 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 70aef3ec21 [fix#12364][UI] fix when creating a workflow, click Data Quality or Machine Learning to expand both (#12365)
70aef3ec21 is described below

commit 70aef3ec21aa712f1f499f7b9b56bdb6b803d654
Author: pandong <10...@users.noreply.github.com>
AuthorDate: Thu Oct 20 16:46:10 2022 +0800

    [fix#12364][UI] fix when creating a workflow, click Data Quality or Machine Learning to expand both (#12365)
    
    * [fix#12364][UI] fix when creating a workflow, click Data Quality or Machine Learning to expand both
---
 .../src/views/projects/workflow/components/dag/dag-sidebar.tsx        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dolphinscheduler-ui/src/views/projects/workflow/components/dag/dag-sidebar.tsx b/dolphinscheduler-ui/src/views/projects/workflow/components/dag/dag-sidebar.tsx
index 5c50131d6b..a45ef02ce8 100644
--- a/dolphinscheduler-ui/src/views/projects/workflow/components/dag/dag-sidebar.tsx
+++ b/dolphinscheduler-ui/src/views/projects/workflow/components/dag/dag-sidebar.tsx
@@ -420,7 +420,7 @@ export default defineComponent({
           {variables.ml.length > 0 && (
             <NCollapseItem
               title={t('project.menu.ml')}
-              name='5'
+              name='6'
               class='task-cate-ml'
               v-slots={{
                 default: () => {
@@ -473,7 +473,7 @@ export default defineComponent({
           {variables.other.length > 0 && (
             <NCollapseItem
               title={t('project.menu.other')}
-              name='6'
+              name='7'
               class='task-cate-other'
               v-slots={{
                 default: () => {