Skip to content

Commit be0bcfe

Browse files
authored
Show more results on a page
1 parent a7582cc commit be0bcfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import type { Theme } from '@mui/material/styles/createTheme'
88

99
export const NUMBER_OF_ITEMS_ON_DASHBOARD = 5
1010
export const FILTERING_ON_DASHBOARD = true
11-
export const NUMBER_OF_ITEMS_ON_SEPARATE_PAGE = 10
11+
export const NUMBER_OF_ITEMS_ON_SEPARATE_PAGE = 100
1212
export const REFETCH_INTERVAL = 5000
1313
export const API_MAX_TOTAL_COUNT = 1000
1414

0 commit comments

Comments
 (0)