Skip to content

Commit

Permalink
Can't add network data if none already.
Browse files Browse the repository at this point in the history
  • Loading branch information
edwh committed May 17, 2023
1 parent f11ca4e commit a4af958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/GroupAddEdit.vue
Expand Up @@ -336,7 +336,7 @@ export default {
this.approved = group.approved
this.networkList = group.networks
this.tagList = group.tags
this.networkData = group.network_data
this.networkData = group.network_data ? group.network_data : {}
}
if (this.canNetwork) {
Expand Down

0 comments on commit a4af958

Please sign in to comment.