commit 360fe4cf8a27c38ba26ab5808897cda5de80848c
parent 92180336e4c73fd51b6661374cf01f99874dd7d9
Author: Sebastian <sebasjm@taler-systems.com>
Date: Tue, 3 Feb 2026 17:04:54 -0300
wrong value
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/merchant-backoffice-ui/src/utils/constants.ts b/packages/merchant-backoffice-ui/src/utils/constants.ts
@@ -35,7 +35,7 @@ export const CROCKFORD_BASE32_REGEX =
export const URL_REGEX =
/^((https?:)(\/\/\/?)([\w]*(?::[\w]*)?@)?([\d\w\.-]+)(?::(\d+))?)\/$/;
-export const PAGINATED_LIST_SIZE = 2;
+export const PAGINATED_LIST_SIZE = 10;
// when doing paginated request, ask for one more
// and use it to know if there are more to request
export const PAGINATED_LIST_REQUEST = PAGINATED_LIST_SIZE + 1;