Skip to content

Commit

Permalink
fix(ui): total is not needed in FlowCreate.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-mulier-p committed Dec 11, 2024
1 parent 99227a6 commit 495f2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/flows/FlowCreate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ tasks:
sourceWrapper() {
return {source: this.source};
},
...mapState("flow", ["flowGraph", "total"]),
...mapState("flow", ["flowGraph"]),
...mapState("auth", ["user"]),
...mapState("plugin", ["pluginSingleList", "pluginsDocumentation"]),
...mapGetters("core", ["guidedProperties"]),
Expand Down

0 comments on commit 495f2cd

Please sign in to comment.