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