mirror of
https://github.com/apache/superset.git
synced 2026-06-01 13:49:21 +00:00
fix(no-restricted-imports): Fix overrides and include no-fa-icons-usage (#32571)
This commit is contained in:
@@ -21,7 +21,8 @@ import { t, SupersetClient, getClientErrorObject } from '@superset-ui/core';
|
||||
import ControlHeader from 'src/explore/components/ControlHeader';
|
||||
import { Select } from 'src/components';
|
||||
import { SelectOptionsType, SelectProps } from 'src/components/Select/types';
|
||||
import { SelectValue, LabeledValue } from 'antd/lib/select';
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import { SelectValue, LabeledValue } from 'antd/lib/select'; // TODO: Remove antd
|
||||
import withToasts from 'src/components/MessageToasts/withToasts';
|
||||
|
||||
type SelectAsyncProps = Omit<SelectProps, 'options' | 'ariaLabel' | 'onChange'>;
|
||||
|
||||
Reference in New Issue
Block a user