Skip to content

Commit

Permalink
Set a default for node services to avoid console error while loading
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywink committed Dec 30, 2019
1 parent 3cd71cf commit 6468056
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/nodes/NodePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ export default {
return {
node: {
platform: '',
services: [],
},
stats: {},
}
Expand Down

0 comments on commit 6468056

Please sign in to comment.