Skip to content

Commit 715dbd4

Browse files
author
phix
committed
Adding method call.
1 parent 4fb2a28 commit 715dbd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/routes/events/Events.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ const Events: React.FC<EventsProps> = ({
232232
color={'primary'}
233233
size={'small'}
234234
onClick={() => {
235-
fetchEvents(state.dateFrom, state.dateTo, PAGE_SIZE, state.page * PAGE_SIZE)
235+
refresh()
236236
}}
237237
>
238238
Refresh

0 commit comments

Comments
 (0)