Skip to content

Commit

Permalink
Fix service version spell (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
haoyann authored Sep 18, 2021
1 parent d0687bb commit 5e0cffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dubbo-admin-ui/src/components/governance/Overrides.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 5e0cffd

Please sign in to comment.