This is an automated email from the ASF dual-hosted git repository. hugh pushed a commit to branch hughhhh-patch-11 in repository https://gitbox.apache.org/repos/asf/superset.git
commit 9a9edbe80d8466f81bdc4034cf7007c28d6adbf0 Author: Hugh A. Miles II <[email protected]> AuthorDate: Thu Oct 5 13:46:45 2023 -0400 Update AllEntitiesTable.tsx --- superset-frontend/src/features/allEntities/AllEntitiesTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/features/allEntities/AllEntitiesTable.tsx b/superset-frontend/src/features/allEntities/AllEntitiesTable.tsx index ac54420824..50fdd5a51b 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;
