diff --git a/src/components/ui/SeasonedInput.vue b/src/components/ui/SeasonedInput.vue index 8946682..4c452c6 100644 --- a/src/components/ui/SeasonedInput.vue +++ b/src/components/ui/SeasonedInput.vue @@ -18,7 +18,7 @@ export default { }, data() { return { - inputValue: undefined, + inputValue: this.value || undefined, tempType: undefined } },