fix: page size options 'all' correct in table and remove PAGE_SIZE_OPTIONS in handlebars (#35095)

This commit is contained in:
SBIN2010
2025-09-11 22:46:48 +03:00
committed by GitHub
parent 454ed1883f
commit 06261f262b
2 changed files with 1 additions and 17 deletions

View File

@@ -20,7 +20,7 @@ import { formatSelectOptions } from '@superset-ui/chart-controls';
import { t } from '@superset-ui/core';
export const PAGE_SIZE_OPTIONS = formatSelectOptions<number>([
[0, t('page_size.all')],
[0, t('All')],
10,
20,
50,