mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-25 01:12:30 +00:00
Fix number of events per paginated search
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
d334f8237f
commit
9b5894866c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue