Skip to content

Commit

Permalink
Merge pull request #223 from tapdata/hotfix-v3.5.8-instance
Browse files Browse the repository at this point in the history
fix(dfs/Instance): Change showDetails when go to deployPage
  • Loading branch information
StormKennen authored Dec 5, 2023
2 parents b69c71b + c1a6f27 commit c69c08d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/dfs/src/views/instance/Instance.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1176,6 +1176,7 @@ export default {
if (this.deployBtnDisabled(row)) {
return
}
this.showDetails = false
this.buried('agentDeploy')
this.$router.push({
name: 'installAgent',
Expand Down

0 comments on commit c69c08d

Please sign in to comment.