From 70aef3ec21aa712f1f499f7b9b56bdb6b803d654 Mon Sep 17 00:00:00 2001 From: pandong <100667564+pandong2011@users.noreply.github.com> Date: Thu, 20 Oct 2022 16:46:10 +0800 Subject: [PATCH] [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 --- .../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 && ( { @@ -473,7 +473,7 @@ export default defineComponent({ {variables.other.length > 0 && ( {