mirror of
https://github.com/apache/superset.git
synced 2026-06-01 13:49:21 +00:00
chore: Removes Select duplication (#13477)
This commit is contained in:
committed by
GitHub
parent
11dd2493b3
commit
8ddcba82e0
@@ -22,7 +22,7 @@ import PropTypes from 'prop-types';
|
||||
import { FormGroup } from 'react-bootstrap';
|
||||
import Tabs from 'src/common/components/Tabs';
|
||||
import Button from 'src/components/Button';
|
||||
import { Select } from 'src/common/components/Select';
|
||||
import { NativeSelect as Select } from 'src/components/Select';
|
||||
import { styled, t } from '@superset-ui/core';
|
||||
import { ColumnOption, MetricOption } from '@superset-ui/chart-controls';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user