ui: Fix error in adduser (#4950)

This commit is contained in:
davidjumani 2021-04-26 13:03:14 +05:30 committed by GitHub
parent f728287aa2
commit bc2a6e82a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,7 +218,7 @@ export default {
domainid: null
}
},
beforeCreate () {
created () {
this.form = this.$form.createForm(this)
this.apiConfig = this.$store.getters.apis.createUser || {}
this.apiParams = {}