You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by ho...@apache.org on 2021/09/18 02:52:17 UTC

[dubbo-admin] branch develop updated: Fix service version spell (#824)

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

horizonzy pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5e0cffd  Fix service version spell (#824)
5e0cffd is described below

commit 5e0cffd41a2cc8e26a1d9788225e963523f07892
Author: haoyann <10...@qq.com>
AuthorDate: Sat Sep 18 10:52:12 2021 +0800

    Fix service version spell (#824)
---
 dubbo-admin-ui/src/components/governance/Overrides.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-admin-ui/src/components/governance/Overrides.vue b/dubbo-admin-ui/src/components/governance/Overrides.vue
index 3c9562f..68a5370 100644
--- a/dubbo-admin-ui/src/components/governance/Overrides.vue
+++ b/dubbo-admin-ui/src/components/governance/Overrides.vue
@@ -396,7 +396,7 @@
         }
         override.service = this.service
         override.application = this.application
-        override.serviceSerion = this.serviceVersion
+        override.serviceVersion = this.serviceVersion
         override.serviceGroup = this.serviceGroup
         let vm = this
         if (this.updateId) {