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;
|
formDone = true;
|
||||||
formName = formCompany = formEmail = formPhone = formMsg = '';
|
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.';
|
formError = 'Fehler beim Senden. Bitte direkt an hallo@checkflo.de schreiben.';
|
||||||
} finally {
|
} finally {
|
||||||
formSending = false;
|
formSending = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue