Skip to content

Commit b00c507

Browse files
authored
UI: Fix account limits values reset after focus is lost on fields (#6578)
1 parent 5aec439 commit b00c507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/components/view/ResourceLimitTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export default {
108108
},
109109
async fetchData () {
110110
const params = this.getParams()
111-
const form = {}
111+
const form = reactive({})
112112
try {
113113
this.formLoading = true
114114
this.dataResource = await this.listResourceLimits(params)

0 commit comments

Comments
 (0)