UI: Fix account limits values reset after focus is lost on fields (#6578)

This commit is contained in:
Nicolas Vazquez 2022-07-28 09:02:35 -03:00 committed by GitHub
parent 5aec43949e
commit b00c507315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ export default {
},
async fetchData () {
const params = this.getParams()
const form = {}
const form = reactive({})
try {
this.formLoading = true
this.dataResource = await this.listResourceLimits(params)