[go: nahoru, domu]

Skip to content

Commit

Permalink
Now correct values are shown when configuring limits for a domain. (a…
Browse files Browse the repository at this point in the history
…pache#5874) (apache#5880)

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

Co-authored-by: JoaoJandre <48719461+JoaoJandre@users.noreply.github.com>
Co-authored-by: Joao <JoaoJandre@gitlab.com>
  • Loading branch information
3 people authored Jan 20, 2022
1 parent f3289fb commit 4996b80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/view/ResourceLimitTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 4996b80

Please sign in to comment.