From 256d7b19de4d2f3ea622beb8569327f9d498696e Mon Sep 17 00:00:00 2001 From: Daniel Urban Date: Tue, 25 Nov 2025 18:44:40 +0100 Subject: [PATCH] Fixes #36267: set pageSizeOptions to constant [50] --- .../src/components/Chart/DrillDetail/DrillDetailPane.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx b/superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx index bcc05abb304b..81c505940c7d 100644 --- a/superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx +++ b/superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx @@ -313,6 +313,7 @@ export default function DrillDetailPane({ columns={mappedColumns} size={TableSize.Small} defaultPageSize={PAGE_SIZE} + pageSizeOptions={['50']} recordCount={resultsPage?.total} usePagination loading={isLoading}