mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-11-02 13:03:35 +00:00
fix: console warnings for contact form
This commit is contained in:
@@ -77,9 +77,11 @@
|
||||
</div>
|
||||
|
||||
<FormField v-slot="{ componentField }" name="avatar_url">
|
||||
<FormControl>
|
||||
<Input v-bind="componentField" type="hidden" />
|
||||
</FormControl>
|
||||
<FormItem>
|
||||
<FormControl>
|
||||
<Input v-bind="componentField" type="hidden" />
|
||||
</FormControl>
|
||||
</FormItem>
|
||||
</FormField>
|
||||
|
||||
<div class="flex flex-wrap gap-6">
|
||||
@@ -241,7 +243,7 @@ const formLoading = ref(false)
|
||||
const contact = ref(null)
|
||||
const showBlockConfirmation = ref(false)
|
||||
const form = useForm({
|
||||
validationSchema: toTypedSchema(createFormSchema(t)),
|
||||
validationSchema: toTypedSchema(createFormSchema(t))
|
||||
})
|
||||
|
||||
const allCountries = countries.map((country) => ({
|
||||
|
||||
Reference in New Issue
Block a user