Skip to content

Commit

Permalink
Fix Select import in SelectField component
Browse files Browse the repository at this point in the history
  • Loading branch information
ugogo committed Feb 21, 2020
1 parent 94babc1 commit 282c884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/SelectField/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';

import FormField from '../FormField';
import Select from '../Input';
import Select from '../Select';

const SelectField = React.forwardRef(
({ label, helper, selectRef, ...props }, ref) => (
Expand Down

0 comments on commit 282c884

Please sign in to comment.