Skip to content

Commit

Permalink
Merge pull request #463 from suvarnakale/release-1.0.0
Browse files Browse the repository at this point in the history
Issue #PS-2651 bug: Creating extra/planned session needs to refresh page for second session- fix
  • Loading branch information
itsvick authored Nov 28, 2024
2 parents 66188d7 + bfd818a commit 2311414
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 2311414

Please sign in to comment.