Skip to content

Commit

Permalink
fixed error info (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavya-egov authored Jun 11, 2024
1 parent 813747a commit 81c68e9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,8 @@ const UploadData = ({ formData, onSelect, ...props }) => {
// }
if (!validateData(jsonData, sheetName)) {
setShowInfoCard(true);
isValid = false;
break;
}
}

Expand Down

0 comments on commit 81c68e9

Please sign in to comment.