Skip to content

Commit 82e7e94

Browse files
authored
UI: Fix new network service provider dialog (#6583)
1 parent b00c507 commit 82e7e94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ui/src/views/infra/network/ServiceProvidersTab.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,8 +1281,8 @@ export default {
12811281
}
12821282
},
12831283
setFormRules () {
1284-
this.form = {}
1285-
this.rules = {}
1284+
this.form = reactive({})
1285+
this.rules = reactive({})
12861286
this.currentAction.fieldParams.forEach(field => {
12871287
this.rules[field.name] = []
12881288
const rule = {}

0 commit comments

Comments
 (0)