瀏覽代碼

fixed issue #4266 , typo

jianghang.loujh 2 年之前
父節點
當前提交
2faecec749
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      admin/admin-ui/src/views/canalServer/CanalInstanceUpdate.vue

+ 1 - 1
admin/admin-ui/src/views/canalServer/CanalInstanceUpdate.vue

@@ -59,7 +59,7 @@ export default {
       canalInstanceDetail(this.$route.query.id).then(response => {
         const data = response.data
         this.form.id = data.id
-        this.form.name = data.name + '/instance.propertios'
+        this.form.name = data.name + '/instance.properties'
         this.form.content = data.content
         this.form.clusterServerId = data.clusterServerId
       })