mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-02-19 19:20:49 +08:00
fix(QuotaSection): update MAX_ITEMS_PER_PAGE from 14 to 25 for improved pagination
This commit is contained in:
@@ -24,7 +24,7 @@ type QuotaSetter<T> = (updater: QuotaUpdater<T>) => void;
|
|||||||
|
|
||||||
type ViewMode = 'paged' | 'all';
|
type ViewMode = 'paged' | 'all';
|
||||||
|
|
||||||
const MAX_ITEMS_PER_PAGE = 14;
|
const MAX_ITEMS_PER_PAGE = 25;
|
||||||
const MAX_SHOW_ALL_THRESHOLD = 30;
|
const MAX_SHOW_ALL_THRESHOLD = 30;
|
||||||
|
|
||||||
interface QuotaPaginationState<T> {
|
interface QuotaPaginationState<T> {
|
||||||
|
|||||||
Reference in New Issue
Block a user