Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set event id in correct state object
  • Loading branch information
regalijan committed Oct 22, 2024
1 parent d645176 commit bc17b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/events-team.tsx
Expand Up @@ -597,7 +597,7 @@ export default function () {
}
ml="8px"
onClick={() => {
setEventData(event.id);
setSelectedEvent(event.id);
onRescheduleOpen();
}}
/>
Expand Down

0 comments on commit bc17b40

Please sign in to comment.