UI: Fix new network service provider dialog (#6583)

This commit is contained in:
Nicolas Vazquez 2022-07-29 01:38:05 -03:00 committed by GitHub
parent b00c507315
commit 82e7e946d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1281,8 +1281,8 @@ export default {
}
},
setFormRules () {
this.form = {}
this.rules = {}
this.form = reactive({})
this.rules = reactive({})
this.currentAction.fieldParams.forEach(field => {
this.rules[field.name] = []
const rule = {}