set limit customer list to 100

This commit is contained in:
Wikzyy
2025-05-09 15:12:44 +07:00
parent c4fbb1c196
commit 6afd3099f7
2 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ const AddDialog = () => {
sorting = sorting.length == 0 ? [{ id: 'created_at', desc: false }] : sorting;
const query: any = {
limit: 5,
limit: 100,
page: 1,
with_deleted: false,
order_field: sorting[0].id,