fix: address numerous long-standing console errors (python & web) (#34299)

This commit is contained in:
Maxime Beauchemin
2025-07-24 09:50:26 -07:00
committed by GitHub
parent 3f8472ca7b
commit 30e5684006
9 changed files with 97 additions and 146 deletions

View File

@@ -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')],