Fix number of events per paginated search

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2020-09-22 12:00:16 +02:00
parent d334f8237f
commit 9b5894866c
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ const tabsName: { events: number; groups: number } = {
groups: SearchTabs.GROUPS,
};
const EVENT_PAGE_LIMIT = 1;
const EVENT_PAGE_LIMIT = 10;
const GROUP_PAGE_LIMIT = 10;