Skip to content

Commit

Permalink
fix: avoid errors when flow has no inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Nov 29, 2024
1 parent a3beb58 commit 8212106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/inputs/InputsForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
},
initialInputs: {
type: Array,
default: undefined
default: () => []
},
flow: {
type: Object,
Expand Down

0 comments on commit 8212106

Please sign in to comment.