From 141ef7e93971ca11f404065554f6cc1e43e46a80 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 12 Jan 2021 18:11:03 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/assets/javascripts/releases/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/assets/javascripts/releases') diff --git a/app/assets/javascripts/releases/constants.js b/app/assets/javascripts/releases/constants.js index 8979aa1394d..f9653e0befa 100644 --- a/app/assets/javascripts/releases/constants.js +++ b/app/assets/javascripts/releases/constants.js @@ -13,7 +13,7 @@ export const ASSET_LINK_TYPE = Object.freeze({ export const DEFAULT_ASSET_LINK_TYPE = ASSET_LINK_TYPE.OTHER; -export const PAGE_SIZE = 20; +export const PAGE_SIZE = 10; export const ASCENDING_ODER = 'asc'; export const DESCENDING_ORDER = 'desc'; -- cgit v1.2.1