You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2023/10/05 17:46:50 UTC

[superset] branch hughhhh-patch-11 created (now 9a9edbe80d)

This is an automated email from the ASF dual-hosted git repository.

hugh pushed a change to branch hughhhh-patch-11
in repository https://gitbox.apache.org/repos/asf/superset.git


      at 9a9edbe80d Update AllEntitiesTable.tsx

This branch includes the following new commits:

     new 9a9edbe80d Update AllEntitiesTable.tsx

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[superset] 01/01: Update AllEntitiesTable.tsx

Posted by hu...@apache.org.
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 <hu...@gmail.com>
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;