Skip to content

Commit

Permalink
feat: load 100 executions on each filter (#257)
Browse files Browse the repository at this point in the history
Signed-off-by: Pianist038801 <[email protected]>
Co-authored-by: Pianist038801 <[email protected]>
Signed-off-by: csirius <[email protected]>
  • Loading branch information
2 people authored and govalt committed Jan 15, 2022
1 parent a444ca0 commit 547d332
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Entities/EntityExecutions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ export const EntityExecutions: React.FC<EntityExecutionsProps> = ({
{ domain, project },
{
sort,
filter: [...baseFilters, ...filtersState.appliedFilters]
filter: [...baseFilters, ...filtersState.appliedFilters],
limit: 100
}
);

Expand Down

0 comments on commit 547d332

Please sign in to comment.