Skip to content

Commit

Permalink
UI: update zones info when done apache#9853
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhouapache committed Dec 12, 2024
1 parent 6e409df commit 54201b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/views/infra/zone/ZoneWizardLaunchZone.vue
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ export default {
try {
if (!this.stepData.stepMove.includes('createZone')) {
this.stepData.zoneReturned = await this.createZone(params)
this.$store.getters.zones.push(this.stepData.zoneReturned)
this.stepData.stepMove.push('createZone')
}
await this.stepDedicateZone()
Expand Down

0 comments on commit 54201b6

Please sign in to comment.