mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-02-22 16:22:43 +00:00
fix #221
This commit is contained in:
parent
931cf80450
commit
4d9e20e9c8
@ -32,9 +32,10 @@ TextEditor.propTypes = {
|
||||
defaultValue: PropTypes.oneOfType([
|
||||
PropTypes.string,
|
||||
PropTypes.number
|
||||
]).isRequired
|
||||
])
|
||||
};
|
||||
TextEditor.defaultProps = {
|
||||
className: null
|
||||
className: null,
|
||||
defaultValue: ''
|
||||
};
|
||||
export default TextEditor;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user