Skip to content

Commit

Permalink
fix(dashboard): activity feed workflows fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Dec 26, 2024
1 parent 62480fa commit 2a09523
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function ActivityFilters({ onFiltersChange, initialValues, onReset }: Act
);
}, [watchedValues]);

const { data: workflowTemplates } = useFetchWorkflows({});
const { data: workflowTemplates } = useFetchWorkflows({ limit: 100 });

useEffect(() => {
const subscription = form.watch((value) => {
Expand Down

0 comments on commit 2a09523

Please sign in to comment.