mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-23 06:38:24 +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';
|
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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user