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

caishunfeng pushed a commit to branch 2.0.3-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/2.0.3-prepare by this push:
     new 05545e1  [Fix-8098] [UI] Fix resource manage bug (#8107) (#8129)
05545e1 is described below

commit 05545e1041d8137c994d006086c96f445cd1ebea
Author: wind <[email protected]>
AuthorDate: Thu Jan 20 10:34:00 2022 +0800

    [Fix-8098] [UI] Fix resource manage bug (#8107) (#8129)
    
    Co-authored-by: Devosend <[email protected]>
---
 .../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: {},

Reply via email to