Moves AsyncSelect component and tests to own folder (#13314)

This commit is contained in:
Michael S. Molina 2021-02-25 21:00:35 -03:00 committed by GitHub
parent f3f37b0229
commit 7055c05218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import PropTypes from 'prop-types';
// TODO: refactor this with `import { AsyncSelect } from src/components/Select`
import { Select } from 'src/components/Select';
import { t, SupersetClient } from '@superset-ui/core';
import { getClientErrorObject } from '../utils/getClientErrorObject';
import { getClientErrorObject } from '../../utils/getClientErrorObject';
const propTypes = {
dataEndpoint: PropTypes.string.isRequired,