From 82e7e946d64b78253f6f45e8bfa245fb8132388d Mon Sep 17 00:00:00 2001 From: Nicolas Vazquez Date: Fri, 29 Jul 2022 01:38:05 -0300 Subject: [PATCH] UI: Fix new network service provider dialog (#6583) --- ui/src/views/infra/network/ServiceProvidersTab.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/views/infra/network/ServiceProvidersTab.vue b/ui/src/views/infra/network/ServiceProvidersTab.vue index 7844d75a1c6..d58a004e244 100644 --- a/ui/src/views/infra/network/ServiceProvidersTab.vue +++ b/ui/src/views/infra/network/ServiceProvidersTab.vue @@ -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 = {}