We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d6a8c commit db83622Copy full SHA for db83622
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