mirror of
https://github.com/apache/superset.git
synced 2026-06-02 06:09:21 +00:00
fix(no-restricted-imports): Fix overrides and include no-fa-icons-usage (#32571)
This commit is contained in:
@@ -16,10 +16,13 @@
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
import { PlusOutlined } from '@ant-design/icons';
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import { PlusOutlined } from '@ant-design/icons'; // TODO: Use src/components/Icons
|
||||
import { css, styled, t } from '@superset-ui/core';
|
||||
import { Button, Tree } from 'antd';
|
||||
import { TreeProps } from 'antd/lib/tree';
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import { Button, Tree } from 'antd'; // TODO: Remove antd
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import { TreeProps } from 'antd/lib/tree'; // TODO: Remove antd
|
||||
import { forwardRef } from 'react';
|
||||
import { FlatLayerDataNode, FlatLayerTreeProps, LayerConf } from './types';
|
||||
import { handleDrop } from './dragDropUtil';
|
||||
|
||||
Reference in New Issue
Block a user