mirror of
https://github.com/directus/directus.git
synced 2026-01-23 23:18:10 -05:00
Remove limit when loading flows (#15106)
This commit is contained in:
@@ -135,6 +135,7 @@ class FlowManager {
|
||||
const flows = await flowsService.readByQuery({
|
||||
filter: { status: { _eq: 'active' } },
|
||||
fields: ['*', 'operations.*'],
|
||||
limit: -1,
|
||||
});
|
||||
|
||||
const flowTrees = flows.map((flow) => constructFlowTree(flow));
|
||||
|
||||
Reference in New Issue
Block a user