Skip to content

Commit

Permalink
Fix user prop
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubawy committed Dec 21, 2021
1 parent 130111e commit 79b3a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContactForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default {
};
},
props: {
user: String,
user: Object,
},
methods: {
send() {
Expand Down

0 comments on commit 79b3a9d

Please sign in to comment.