mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-29 19:46:00 +00:00

Co-authored-by: Harshal Sheth <harshal@acryl.io> Co-authored-by: Dexter Lee <dexter@acryl.io> Co-authored-by: Gabe Lyons <itsgabelyons@gmail.com>
5 lines
94 B
TypeScript
5 lines
94 B
TypeScript
/*
|
|
Number of results shown per browse results page
|
|
*/
|
|
export const RESULTS_PER_PAGE = 10;
|