From fbeadfdd58d52fdf66d034296fff613a35daae32 Mon Sep 17 00:00:00 2001 From: geosmart Date: Mon, 31 Aug 2020 16:58:56 +0800 Subject: [PATCH] [FIX][UI]add button disabeld when isDetails (#3611) --- .../src/js/conf/home/pages/dag/_source/udp/udp.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/udp/udp.vue b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/udp/udp.vue index 017a38f31..18cf86a2b 100644 --- a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/udp/udp.vue +++ b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/udp/udp.vue @@ -82,7 +82,7 @@ {{$t('Cancel')}} - {{$t('Add')}} + {{$t('Add')}} -- GitLab