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/01/20 02:19:10 UTC

[dolphinscheduler] branch dev updated: [Fix-8098] [UI] Fix resource manage bug (#8107)

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

zhongjiajie 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 a77b0ef  [Fix-8098] [UI] Fix resource manage bug (#8107)
a77b0ef is described below

commit a77b0ef93bb2348b971781ded27758061f783696
Author: Devosend <de...@gmail.com>
AuthorDate: Thu Jan 20 10:19:02 2022 +0800

    [Fix-8098] [UI] Fix resource manage bug (#8107)
---
 .../pages/resource/pages/udf/pages/subUdfDirectory/_source/rename.vue   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/resource/pages/udf/pages/subUdfDirectory/_source/rename.vue b/dolphinscheduler-ui/src/js/conf/home/pages/resource/pages/udf/pages/subUdfDirectory/_source/rename.vue
index 8b1af07..2aa7b9f 100755
--- a/dolphinscheduler-ui/src/js/conf/home/pages/resource/pages/udf/pages/subUdfDirectory/_source/rename.vue
+++ b/dolphinscheduler-ui/src/js/conf/home/pages/resource/pages/udf/pages/subUdfDirectory/_source/rename.vue
@@ -105,7 +105,7 @@
         })
       },
       close () {
-        this.renameDialog = false
+        this.$emit('close')
       }
     },
     watch: {},