Reset the eventlog page on filter changes
This commit is contained in:
@@ -93,6 +93,8 @@ const actions = reactive([]);
|
||||
|
||||
async function onRefresh() {
|
||||
refreshBusy.value = true;
|
||||
page.value = 1;
|
||||
|
||||
const [error, result] = await eventlogsModel.search(actions.join(','), search.value, page.value, perPage.value);
|
||||
if (error) return console.error(error);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user