mirror of
https://github.com/apache/superset.git
synced 2026-05-30 04:39:20 +00:00
fix(no-restricted-imports): Fix overrides and include no-fa-icons-usage (#32571)
This commit is contained in:
@@ -49,7 +49,8 @@ import {
|
||||
import { mountExploreUrl } from 'src/explore/exploreUtils';
|
||||
import { postFormData } from 'src/explore/exploreUtils/formData';
|
||||
import { URL_PARAMS } from 'src/constants';
|
||||
import { SelectValue } from 'antd/lib/select';
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import { SelectValue } from 'antd/lib/select'; // TODO: Remove antd
|
||||
import { isEmpty } from 'lodash';
|
||||
|
||||
interface QueryDatabase {
|
||||
|
||||
Reference in New Issue
Block a user