fix: Tags Page ListView size to 10 (#25536)

This commit is contained in:
Hugh A. Miles II 2023-10-05 15:03:19 -04:00 committed by GitHub
parent 89b05993a3
commit 0c40bea064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;