mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-24 16:01:42 +02:00
Add proptype
This commit is contained in:
parent
93ecdc90a9
commit
f7e6a996c5
@ -31,7 +31,8 @@ module.exports = React.createClass({
|
||||
rowClassName: React.PropTypes.string,
|
||||
rowLabelClassName: React.PropTypes.string,
|
||||
rowInputClassName: React.PropTypes.string,
|
||||
buttonClassName: React.PropTypes.string
|
||||
buttonClassName: React.PropTypes.string,
|
||||
disableConfirmation: React.PropTypes.bool,
|
||||
},
|
||||
|
||||
Phases: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user