Skip to content

Commit

Permalink
Merge pull request #106 from heetch/selectfield/fix-export
Browse files Browse the repository at this point in the history
Fix Select import in SelectField component
  • Loading branch information
Ugo Onali authored Feb 21, 2020
2 parents 94babc1 + 282c884 commit bb6401b
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

1 comment on commit bb6401b

@vercel
Copy link

@vercel vercel bot commented on bb6401b Feb 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.