Skip to content

Commit

Permalink
Update AllEntitiesTable.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh authored Oct 5, 2023
1 parent 4532079 commit 9a9edbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import Owner from 'src/types/Owner';
import { EmptyStateBig } from 'src/components/EmptyState';

const MAX_TAGS_TO_SHOW = 3;
const PAGE_SIZE = 5;
const PAGE_SIZE = 10;

const AllEntitiesTableContainer = styled.div`
text-align: left;
Expand Down

0 comments on commit 9a9edbe

Please sign in to comment.