mirror of https://github.com/apache/cloudstack.git
ui: fix default domainid for add account (#8435)
Fixes setting domainid param default value which was being set to 0. Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
66ae96b5eb
commit
746bae740e
|
|
@ -303,7 +303,6 @@ export default {
|
|||
} else {
|
||||
this.loadMore(apiToCall, page + 1, sema)
|
||||
}
|
||||
this.form.domainid = 0
|
||||
})
|
||||
},
|
||||
fetchRoles () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue