Skip to content

Commit

Permalink
refactor(update update interfaces to match latest peer dependencies):…
Browse files Browse the repository at this point in the history
… update interfaces and imports

Update interfaces to match latest peer dependencies

BREAKING CHANGE: Update interfaces to match latest peer dependencies
  • Loading branch information
jlison committed Mar 18, 2020
1 parent 7abc8b6 commit 58ff83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SingleSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface Props extends DefaultInputProps {
options?: Options;
}

/** Render a generic single select input */
/** Generic single select input */
export default ({defaultValues, elementConfig, formHooks}: Props) => {
const {
className,
Expand Down

0 comments on commit 58ff83d

Please sign in to comment.