Fix public IP range addition form (#13356)

Co-authored-by: Gustavo Rück <gustavo.silveira@scclouds.com.br>
This commit is contained in:
Gustavo Rück 2026-06-17 05:16:08 -03:00 committed by GitHub
parent 0bbea20062
commit b26b70c40d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -590,6 +590,10 @@ export default {
handleShowAccountFields () {
if (this.showAccountFields) {
this.fetchDomains()
} else {
this.form.account = null
this.form.domain = null
this.form.forsystemvms = false
}
},
handleOpenAddIpRangeModal () {