mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 23:30:05 +02:00
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