Skip to content

Commit

Permalink
Moves AsyncSelect component and tests to own folder (#13314)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina authored Feb 26, 2021
1 parent f3f37b0 commit 7055c05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7055c05

Please sign in to comment.