We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00c507 commit 82e7e94Copy full SHA for 82e7e94
1 file changed
ui/src/views/infra/network/ServiceProvidersTab.vue
@@ -1281,8 +1281,8 @@ export default {
1281
}
1282
},
1283
setFormRules () {
1284
- this.form = {}
1285
- this.rules = {}
+ this.form = reactive({})
+ this.rules = reactive({})
1286
this.currentAction.fieldParams.forEach(field => {
1287
this.rules[field.name] = []
1288
const rule = {}
0 commit comments