fix: Tags Page ListView size to 10 (#25536)
This commit is contained in:
parent
89b05993a3
commit
0c40bea064
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue