mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
ESLint: Enable rule no-named-as-default (#10879)
* Enable rule no-named-as-default * Fix wrong import
This commit is contained in:
committed by
GitHub
parent
91fd06e093
commit
557a303cc5
@@ -19,7 +19,7 @@
|
||||
/* eslint camelcase: 0 */
|
||||
import { getChartControlPanelRegistry } from '@superset-ui/core';
|
||||
import { getAllControlsState, getFormDataFromControls } from './controlUtils';
|
||||
import controls from './controls';
|
||||
import { controls } from './controls';
|
||||
|
||||
function handleDeprecatedControls(formData) {
|
||||
// Reacffectation / handling of deprecated controls
|
||||
|
||||
Reference in New Issue
Block a user