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

View File

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