Skip to content

Commit

Permalink
chore: fixes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemDoum committed Jan 25, 2024
1 parent 229f5d4 commit 42f7775
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/neo4j-graph-widget/components/WidgetNeo4jGraph.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ export default {
name: 'WidgetNeo4jGraph',
props: {
widget: {
type: Object
type: Object,
default: () => {}
}
},
mixins: [polling],
Expand Down

0 comments on commit 42f7775

Please sign in to comment.