mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-22 22:28:15 +00:00
Bump per_page to get all emerson folders
This commit is contained in:
parent
789b73f7fb
commit
1b06cf14b6
@ -28,7 +28,7 @@ export default function useProcessGroups({
|
||||
let path = '/process-groups';
|
||||
if (getRunnableProcessModels) {
|
||||
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 () => {
|
||||
setLoading(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user