Skip to content

Commit 4996b80

Browse files
sureshanapartiJoaoJandreJoao
authored
Now correct values are shown when configuring limits for a domain. (apache#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>
1 parent f3289fb commit 4996b80

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/src/components/view/ResourceLimitTab.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ export default {
105105
try {
106106
this.formLoading = true
107107
this.dataResource = await this.listResourceLimits(params)
108+
this.form.resetFields()
108109
this.formLoading = false
109110
} catch (e) {
110111
this.$notification.error({

0 commit comments

Comments
 (0)