fix(manifest-editor): allow ini as mode in proptypes

This commit is contained in:
Sérgio Ramos 2017-07-19 11:31:16 +01:00 committed by Judit Greskovits
parent ce847046bb
commit 2ece20ead9
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ ManifestEditor.defaultProps = {
};
ManifestEditor.propTypes = {
mode: PropTypes.oneOf(['json', 'yaml']),
mode: PropTypes.oneOf(['json', 'yaml', 'ini']),
value: PropTypes.string,
onChange: PropTypes.func,
onFocusChange: PropTypes.func,