We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053330e commit a8739d4Copy full SHA for a8739d4
ui/src/views/network/CreateNetwork.vue
@@ -106,7 +106,7 @@ export default {
106
fetchActionZoneData () {
107
this.loading = true
108
const params = {}
109
- if (this.resource.zoneid && (this.$route.name === 'deployVirtualMachine' || this.$route.path.startsWith('/backup'))) {
+ if (this.resource?.zoneid && (this.$route.name === 'deployVirtualMachine' || this.$route.path.startsWith('/backup'))) {
110
params.id = this.resource.zoneid
111
}
112
this.actionZoneLoading = true
0 commit comments