fix(manifest-editor): allow ini as mode in proptypes
This commit is contained in:
parent
ce847046bb
commit
2ece20ead9
@ -96,7 +96,7 @@ ManifestEditor.defaultProps = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
ManifestEditor.propTypes = {
|
ManifestEditor.propTypes = {
|
||||||
mode: PropTypes.oneOf(['json', 'yaml']),
|
mode: PropTypes.oneOf(['json', 'yaml', 'ini']),
|
||||||
value: PropTypes.string,
|
value: PropTypes.string,
|
||||||
onChange: PropTypes.func,
|
onChange: PropTypes.func,
|
||||||
onFocusChange: PropTypes.func,
|
onFocusChange: PropTypes.func,
|
||||||
|
Loading…
Reference in New Issue
Block a user