diff --git a/superset-frontend/src/features/allEntities/AllEntitiesTable.tsx b/superset-frontend/src/features/allEntities/AllEntitiesTable.tsx index ac544208247ac..50fdd5a51b9fe 100644 --- a/superset-frontend/src/features/allEntities/AllEntitiesTable.tsx +++ b/superset-frontend/src/features/allEntities/AllEntitiesTable.tsx @@ -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;