Forms fix
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -2513,13 +2513,13 @@
|
||||
"version": "15.7.12",
|
||||
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz",
|
||||
"integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==",
|
||||
"dev": true
|
||||
"devOptional": true
|
||||
},
|
||||
"node_modules/@types/react": {
|
||||
"version": "18.3.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.4.tgz",
|
||||
"integrity": "sha512-J7W30FTdfCxDDjmfRM+/JqLHBIyl7xUIp9kwK637FGmY7+mkSFSe6L4jpZzhj5QMfLssSDP4/i75AKkrdC7/Jw==",
|
||||
"dev": true,
|
||||
"devOptional": true,
|
||||
"dependencies": {
|
||||
"@types/prop-types": "*",
|
||||
"csstype": "^3.0.2"
|
||||
|
||||
@@ -90,7 +90,7 @@ const Form = () => {
|
||||
>
|
||||
Let's Collaborate to Shape Your Vision into Reality
|
||||
</Heading>
|
||||
<Box w="100%">
|
||||
<Box w="100%" display="flex" flexDirection="column" alignItems="center">
|
||||
<form onSubmit={handleSubmit(onSubmit)}>
|
||||
<FormControl display="flex" flexDirection="column" gap={4}>
|
||||
<Box
|
||||
|
||||
Reference in New Issue
Block a user