Merge pull request #564 from orangemug/fix/typo-in-export

Fixed typo in export
This commit is contained in:
Orange Mug 2019-10-16 08:14:21 +01:00 committed by GitHub
commit 95e205943a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,4 +42,4 @@ class EnumInput extends React.Component {
}
}
export default StringInput
export default EnumInput