mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: address numerous long-standing console errors (python & web) (#34299)
This commit is contained in:
committed by
GitHub
parent
3f8472ca7b
commit
30e5684006
@@ -17,10 +17,7 @@
|
||||
* under the License.
|
||||
*/
|
||||
import { formatSelectOptions } from '@superset-ui/chart-controls';
|
||||
import { addLocaleData, t } from '@superset-ui/core';
|
||||
import i18n from './i18n';
|
||||
|
||||
addLocaleData(i18n);
|
||||
import { t } from '@superset-ui/core';
|
||||
|
||||
export const PAGE_SIZE_OPTIONS = formatSelectOptions<number>([
|
||||
[0, t('page_size.all')],
|
||||
|
||||
Reference in New Issue
Block a user