diff --git a/src/components/shared/WorkflowDefinitionModal.tsx b/src/components/shared/WorkflowDefinitionModal.tsx index 6c7a310..5eaf509 100644 --- a/src/components/shared/WorkflowDefinitionModal.tsx +++ b/src/components/shared/WorkflowDefinitionModal.tsx @@ -610,7 +610,7 @@ export const WorkflowDefinitionModal = ({ } return { options: [], - pagination: { page: 1, limit, total: 0, totalPages: 0, hasMore: false } + pagination: { page: 1, limit: _limit, total: 0, totalPages: 0, hasMore: false } }; };