Skip to content

Commit

Permalink
Merge pull request #299 from AkshataKatwal16/relese-changes
Browse files Browse the repository at this point in the history
Issue bug:Fix rjsf form required field error for center
  • Loading branch information
itsvick authored Nov 7, 2024
2 parents 19c14fc + 7d28063 commit 69c570e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/centers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ const Center: React.FC = () => {
});
const handleCloseAddLearnerModal = () => {
setOpenAddNewCohort(false);
setSubmittedButtonStatus(false);

};
const isMobile = useMediaQuery((theme: Theme) =>
theme.breakpoints.down("sm")
Expand Down

0 comments on commit 69c570e

Please sign in to comment.