Skip to content

Commit

Permalink
Merge pull request #81 from IEEEUCSC/main
Browse files Browse the repository at this point in the history
Added
  • Loading branch information
Udeesha-Prabhashana authored Feb 3, 2024
2 parents c6872a4 + 42d9528 commit f9d883e
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
1 change: 1 addition & 0 deletions Frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"aos": "^2.3.4",
"axios": "^1.6.7",
"bootstrap": "^5.3.2",
"framer-motion": "^11.0.3",
"react": "^18.2.0",
Expand Down
26 changes: 26 additions & 0 deletions Frontend/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Frontend/src/Components/TeamRegistration/TeamRegi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export default function Registration() {
register,
handleSubmit,
watch,
formState: {},
reset,
} = useForm();
const [isSubmitting, setIsSubmitting] = useState(false);
Expand Down
1 change: 1 addition & 0 deletions Frontend/src/Network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export class Network {
'Access-Control-Allow-Methods': 'POST, GET, OPTIONS, PUT, DELETE',
},
body: body

});

if (!response.ok) {
Expand Down

0 comments on commit f9d883e

Please sign in to comment.