Browse Source

fixed issue #4266 , typo

jianghang.loujh 2 years ago
parent
commit
2faecec749
1 changed files with 1 additions and 1 deletions
  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 => {
       canalInstanceDetail(this.$route.query.id).then(response => {
         const data = response.data
         const data = response.data
         this.form.id = data.id
         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.content = data.content
         this.form.clusterServerId = data.clusterServerId
         this.form.clusterServerId = data.clusterServerId
       })
       })