Skip to content

Commit

Permalink
form cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed Jan 7, 2024
1 parent 3795133 commit ce16542
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/base/UForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ watch(
{{ form.success_message ?? 'Success! Your form has been submitted.' }}
</VAlert>
</div>
<!-- <FormKit v-if="!success" type="form" v-model="formData" @submit="submitForm" :submit-label="form.submit_label"> -->
<div>
<FormCustom
v-if="!success"
Expand All @@ -74,8 +73,6 @@ watch(
class="grid gap-6 md:grid-cols-6"
:on-submit="submitForm"
/>
<!-- <FormKitSchema :schema="schema" /> -->
</div>
<!-- </FormKit> -->
</div>
</template>

0 comments on commit ce16542

Please sign in to comment.