We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7225f5 commit cfa8c5dCopy full SHA for cfa8c5d
app/contact-us/page.tsx
@@ -37,6 +37,7 @@ export default function ContactForm() {
37
// Simulate API call
38
await new Promise((resolve) => setTimeout(resolve, 500));
39
// toast.success(JSON.stringify(data, null, 2));
40
+ console.log(data);
41
toast.success("Functionality is not available for the now.");
42
reset();
43
} catch {
0 commit comments