mirror of https://github.com/apache/cloudstack.git
zone id appears wrong (#717)
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com> Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
745d193afe
commit
a32c14f24a
|
|
@ -1590,7 +1590,7 @@ export default {
|
|||
if (this.$route.query.zoneid) {
|
||||
zoneid = this.$route.query.zoneid
|
||||
} else if (this.options.zones.length === 1) {
|
||||
zoneid = 'this.options.zones[0].id'
|
||||
zoneid = this.options.zones[0].id
|
||||
}
|
||||
if (zoneid) {
|
||||
this.form.getFieldDecorator(['zoneid'], { initialValue: zoneid })
|
||||
|
|
|
|||
Loading…
Reference in New Issue