Bump per_page to get all emerson folders

This commit is contained in:
Jon Herron 2025-02-10 09:59:05 -05:00
parent 789b73f7fb
commit 1b06cf14b6

View File

@ -28,7 +28,7 @@ export default function useProcessGroups({
let path = '/process-groups'; let path = '/process-groups';
if (getRunnableProcessModels) { if (getRunnableProcessModels) {
path = path =
'/process-models?filter_runnable_by_user=true&recursive=true&group_by_process_group=True&per_page=1000'; '/process-models?filter_runnable_by_user=true&recursive=true&group_by_process_group=True&per_page=2000';
} }
const getProcessGroups = async () => { const getProcessGroups = async () => {
setLoading(true); setLoading(true);