Skip to content

Commit

Permalink
fix: Tags Page ListView size to 10 (apache#25536)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh authored Oct 5, 2023
1 parent 89b0599 commit 0c40bea
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 0c40bea

Please sign in to comment.