Skip to content

Commit b26b70c

Browse files
gruckbitGustavo Rück
andauthored
Fix public IP range addition form (#13356)
Co-authored-by: Gustavo Rück <gustavo.silveira@scclouds.com.br>
1 parent 0bbea20 commit b26b70c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ui/src/views/infra/network/IpRangesTabPublic.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,10 @@ export default {
590590
handleShowAccountFields () {
591591
if (this.showAccountFields) {
592592
this.fetchDomains()
593+
} else {
594+
this.form.account = null
595+
this.form.domain = null
596+
this.form.forsystemvms = false
593597
}
594598
},
595599
handleOpenAddIpRangeModal () {

0 commit comments

Comments
 (0)