Skip to content

Commit 385fac3

Browse files
committed
fix: console logging form data
1 parent 3494a5f commit 385fac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Contact.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import MessageSent from './MessageSent';
77

88
const Contact = () => {
99
const { form } = useSelector((state: RootState) => state);
10-
console.log(form);
10+
1111
return (
1212
<div className="grid grid-cols-1 sm:grid-cols-2">
1313
<div className="flex items-center">

0 commit comments

Comments
 (0)