mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
UI: Fix new network service provider dialog (#6583)
This commit is contained in:
parent
b00c507315
commit
82e7e946d6
@ -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 = {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user