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]>
  • Loading branch information
Pianist038801 and Pianist038801 authored Jan 11, 2022
1 parent a7029b4 commit 1a0c3ce
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 1a0c3ce

Please sign in to comment.