diff --git a/dashboard/src/views/EmailEventlogView.vue b/dashboard/src/views/EmailEventlogView.vue index 172e7d383..9240ffa7e 100644 --- a/dashboard/src/views/EmailEventlogView.vue +++ b/dashboard/src/views/EmailEventlogView.vue @@ -29,6 +29,7 @@ const eventlogContainer = useTemplateRef('eventlogContainer'); async function onRefresh() { refreshBusy.value = true; + page.value = 1; const [error, result] = await mailModel.eventlog(types.join(','), search.value, page.value, perPage.value); if (error) return console.error(error);