diff --git a/frontend/src/pages/Contact.vue b/frontend/src/pages/Contact.vue index 38ae93ae..90809bfa 100644 --- a/frontend/src/pages/Contact.vue +++ b/frontend/src/pages/Contact.vue @@ -134,7 +134,7 @@ type="autocomplete" :value="contact[field.name]" :options="field.options" - @change="(e) => field.change(e)" + @change="(e) => e && field.change(e)" :placeholder="field.placeholder" class="form-control" />