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

xxyu pushed a commit to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit a248d91d89a6c7ab9bf90a3c64103e66ec0b806d
Author: Qian Xia <lauraxiaq...@gmail.com>
AuthorDate: Wed Jul 5 18:20:00 2023 +0800

    KYLIN-5616 model description issue
---
 kystudio/src/components/studio/StudioModel/ModelEdit/index.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kystudio/src/components/studio/StudioModel/ModelEdit/index.vue 
b/kystudio/src/components/studio/StudioModel/ModelEdit/index.vue
index a88223201a..a29a62e71e 100644
--- a/kystudio/src/components/studio/StudioModel/ModelEdit/index.vue
+++ b/kystudio/src/components/studio/StudioModel/ModelEdit/index.vue
@@ -488,6 +488,7 @@ import { NamedRegex, columnTypeIcon } from 
'../../../../config'
       vm.extraoption = {
         project: vm.currentSelectedProject,
         modelName: to.params.modelName,
+        modelDesc: to.params.modelDesc,
         action: to.params.action
       }
       // 在添加模型页面刷新,跳转到列表页面

Reply via email to