mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 15:20:06 +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 = {
|
||||
mode: PropTypes.oneOf(['json', 'yaml']),
|
||||
mode: PropTypes.oneOf(['json', 'yaml', 'ini']),
|
||||
value: PropTypes.string,
|
||||
onChange: PropTypes.func,
|
||||
onFocusChange: PropTypes.func,
|
||||
|
Loading…
Reference in New Issue
Block a user