fix: increase audit log page size (#14582)

Audit logs now return up to 25 records per page instead of 15. This
reduces page turns for admins and API consumers while keeping the page
size server-defined.

Fixes
https://linear.app/chatwoot/issue/CW-7172/allow-an-option-to-fetch-more-audit-logs
This commit is contained in:
Vishnu Narayanan
2026-05-28 12:35:44 +05:30
committed by GitHub
parent 68e358d732
commit 6c8741b314
6 changed files with 11 additions and 8 deletions
@@ -7,7 +7,7 @@ const state = {
records: [],
meta: {
currentPage: 1,
perPage: 15,
perPage: 25,
totalEntries: 0,
},
uiFlags: {