Skip to content

Commit

Permalink
fix(ui): Flow create was no longer generating graph
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-mulier-p committed Dec 11, 2024
1 parent c867db8 commit 99227a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/components/flows/FlowCreate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,11 @@ tasks:
sourceWrapper() {
return {source: this.source};
},
...mapState("flow", ["flowGraph", "total"]),
...mapState("auth", ["user"]),
...mapState("plugin", ["pluginSingleList", "pluginsDocumentation"]),
...mapGetters("core", ["guidedProperties"]),
...mapGetters("flow", ["flow", "flowValidation", "flowGraph", "total"]),
...mapGetters("flow", ["flow", "flowValidation"]),
routeInfo() {
return {
title: this.$t("flows")
Expand Down

0 comments on commit 99227a6

Please sign in to comment.