mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
fix: add pagination to campaigns list
The campaigns page was fetching only the first 50 items with no way to load more. Switched from useQuery to useInfiniteQuery with a "Load more" button so all campaigns are accessible.
This commit is contained in:
@@ -2545,6 +2545,7 @@
|
||||
"subtitle": "Управление рекламными ссылками",
|
||||
"createButton": "Создать",
|
||||
"noData": "Нет рекламных кампаний",
|
||||
"loadMore": "Загрузить ещё",
|
||||
"bonusType": {
|
||||
"balance": "Баланс",
|
||||
"subscription": "Подписка",
|
||||
|
||||
Reference in New Issue
Block a user