Change default pageSize

This commit is contained in:
Natsumi
2025-11-05 19:10:44 +11:00
parent 7e39199bfe
commit b2ef540d88
6 changed files with 6 additions and 6 deletions

View File

@@ -74,7 +74,7 @@ export const useNotificationStore = defineStore('Notification', () => {
order: 'descending'
}
},
pageSize: 15,
pageSize: 20,
pageSizeLinked: true,
paginationProps: {
small: true,