mirror of
https://github.com/apache/superset.git
synced 2026-07-30 02:22:31 +00:00
refactor(explore): use Select from @superset-ui/core/components
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -21,8 +21,7 @@ import { t } from '@apache-superset/core/translation';
|
||||
import { GenericDataType } from '@apache-superset/core/common';
|
||||
import { useMemo } from 'react';
|
||||
import { zip } from 'lodash';
|
||||
import { Tooltip } from '@superset-ui/core/components';
|
||||
import { Select } from 'antd';
|
||||
import { Select, Tooltip } from '@superset-ui/core/components';
|
||||
import { Icons } from '@superset-ui/core/components/Icons';
|
||||
import {
|
||||
CopyToClipboardButton,
|
||||
|
||||
Reference in New Issue
Block a user