Now correct values are shown when configuring limits for a domain. (#5874) (#5880)

Now correct values are shown when configuring limits for a domain. (#5874) (#5880)

Co-authored-by: JoaoJandre <48719461+JoaoJandre@users.noreply.github.com>
Co-authored-by: Joao <JoaoJandre@gitlab.com>
This commit is contained in:
sureshanaparti 2022-01-20 14:37:51 +05:30 committed by GitHub
parent f3289fb596
commit 4996b800b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ export default {
try {
this.formLoading = true
this.dataResource = await this.listResourceLimits(params)
this.form.resetFields()
this.formLoading = false
} catch (e) {
this.$notification.error({