mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-10 03:23:04 +00:00
Pass front-end the api page limit with Jinja
This commit is contained in:
@@ -3,7 +3,7 @@ export const initialState = {
|
||||
user_page: 0,
|
||||
groups_data: undefined,
|
||||
groups_page: 0,
|
||||
limit: 50,
|
||||
limit: window.api_page_limit,
|
||||
};
|
||||
|
||||
export const reducers = (state = initialState, action) => {
|
||||
|
Reference in New Issue
Block a user