Skip to content

Commit

Permalink
Drop emit on mounted
Browse files Browse the repository at this point in the history
I don't think this makes sense, value is a prop, so on mount there's no
change and so `this.parameter.field.value(this.value)` will not have
been called.
  • Loading branch information
mvdbeek committed May 8, 2023
1 parent e4ae127 commit 51bd812
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/Form/Elements/FormParameter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export default {
}
},
});
this.$emit("input", this.parameter.field.value());
});
},
beforeDestroy() {
Expand Down

0 comments on commit 51bd812

Please sign in to comment.