chore: Increase page size to 25 for adventures and collections views
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
let isShowingCreateModal: boolean = false;
|
||||
let newType: string = '';
|
||||
|
||||
let resultsPerPage: number = 10;
|
||||
let resultsPerPage: number = 25;
|
||||
|
||||
let currentView: string = 'cards';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user