mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Reset page when changing pageSize (#16412)
This commit is contained in:
@@ -313,7 +313,7 @@ const query = computed<RelationQueryMultiple>(() => {
|
||||
return q;
|
||||
});
|
||||
|
||||
watch([search, searchFilter], () => {
|
||||
watch([search, searchFilter, limit], () => {
|
||||
page.value = 1;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user