Skip to content

Commit

Permalink
Reimplemented reload
Browse files Browse the repository at this point in the history
  • Loading branch information
brelieu05 committed Apr 13, 2024
1 parent e0ebc0b commit 2253e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EventsModal/EditEventModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const EditEventsModal = ({ event, isOpen, onClose }) => {
isClosable: true,
});
onClose();
// window.location.reload();
window.location.reload();
} catch (err) {
console.log(err);
toast({
Expand Down

0 comments on commit 2253e56

Please sign in to comment.