Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JHWelch committed Dec 30, 2023
1 parent 1eb389d commit da4f46e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions client/src/pages/SuggestionsCreatePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ type SuggestionFormData = {
movie2?: string,
}
const errors = ref<SuggestionFormData>({
})
const errors = ref<SuggestionFormData>({})
const formData = ref<SuggestionFormData>({
theme: '',
Expand Down Expand Up @@ -79,12 +78,7 @@ const submit = async () => {
Suggest a Movie Night&nbsp;Theme!
</h1>

<form
x-data="{
}"
class="w-full max-w-sm p-4 mt-5 space-y-5 rounded-lg bg-violet-200 sm:mt-8"
>
<form class="w-full max-w-sm p-4 mt-5 space-y-5 rounded-lg bg-violet-200 sm:mt-8">
<FormInput
v-model="formData.submitted_by"
name="submitted_by"
Expand Down

0 comments on commit da4f46e

Please sign in to comment.