Skip to content

Commit cfa8c5d

Browse files
committed
fix changes
1 parent b7225f5 commit cfa8c5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/contact-us/page.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export default function ContactForm() {
3737
// Simulate API call
3838
await new Promise((resolve) => setTimeout(resolve, 500));
3939
// toast.success(JSON.stringify(data, null, 2));
40+
console.log(data);
4041
toast.success("Functionality is not available for the now.");
4142
reset();
4243
} catch {

0 commit comments

Comments
 (0)