Skip to content

Commit

Permalink
Issue #PS-2651 bug: Creating extra/planned session needs to refresh p…
Browse files Browse the repository at this point in the history
…age for second session- fix
  • Loading branch information
suvarnakale committed Nov 28, 2024
1 parent 9b67845 commit bfd818a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pages/centers/[cohortId]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,7 @@ const CohortPage = () => {

const handleSchedule = () => {
console.log('handleSchedule called');
setCreateEvent(false);
setTimeout(() => {
setCreateEvent(true);
}, 0);
setCreateEvent(true);
};

const handleCloseSchedule = () => {
Expand Down

0 comments on commit bfd818a

Please sign in to comment.