mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: page size options 'all' correct in table and remove PAGE_SIZE_OPTIONS in handlebars (#35095)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user