Skip to content

Commit

Permalink
Merge pull request #87 from IEEEUCSC/udeesha_dev
Browse files Browse the repository at this point in the history
Add
  • Loading branch information
Udeesha-Prabhashana authored Feb 4, 2024
2 parents 80bfd88 + 432364f commit d3b6117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Frontend/src/Components/TeamRegistration/TeamRegi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export default function Registration() {
try {
setIsSubmitting(true);
let response = await Network.shared.register(data);
console.log("response" + response);
Swal.fire({
title: response.message,
icon: response.success ? "success" : "error",
Expand Down

0 comments on commit d3b6117

Please sign in to comment.