mirror of
https://github.com/apache/superset.git
synced 2026-04-27 03:55:47 +00:00
fix(no-restricted-imports): Fix overrides and include no-fa-icons-usage (#32571)
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
import { useState } from 'react';
|
||||
import { Tooltip } from 'src/components/Tooltip';
|
||||
import Modal from 'src/components/Modal';
|
||||
import { ExclamationCircleOutlined, WarningOutlined } from '@ant-design/icons';
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import { ExclamationCircleOutlined, WarningOutlined } from '@ant-design/icons'; // TODO: Use src/components/Icons
|
||||
import Alert from 'src/components/Alert';
|
||||
import { t, useTheme } from '@superset-ui/core';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user