refactor: Organizes the Select files (#21589)

This commit is contained in:
Michael S. Molina
2022-09-27 08:38:06 -03:00
committed by GitHub
parent 24412e282d
commit bb1cf7f145
9 changed files with 747 additions and 591 deletions

View File

@@ -20,8 +20,7 @@ import React, { useEffect, useState } from 'react';
import { t, SupersetClient } from '@superset-ui/core';
import ControlHeader from 'src/explore/components/ControlHeader';
import { Select } from 'src/components';
import { SelectProps } from 'src/components/Select/Select';
import { SelectOptionsType } from 'src/components/Select/utils';
import { SelectOptionsType, SelectProps } from 'src/components/Select/types';
import { SelectValue, LabeledValue } from 'antd/lib/select';
import withToasts from 'src/components/MessageToasts/withToasts';
import { getClientErrorObject } from 'src/utils/getClientErrorObject';