Debug: Inquiry-Fehler in Console loggen
This commit is contained in:
parent
fb6f331041
commit
27ad75b735
1 changed files with 2 additions and 1 deletions
|
|
@ -66,7 +66,8 @@
|
|||
});
|
||||
formDone = true;
|
||||
formName = formCompany = formEmail = formPhone = formMsg = '';
|
||||
} catch {
|
||||
} catch (e: any) {
|
||||
console.error('Inquiry error:', e?.status, e?.message, e?.data);
|
||||
formError = 'Fehler beim Senden. Bitte direkt an hallo@checkflo.de schreiben.';
|
||||
} finally {
|
||||
formSending = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue