mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +01:00
Add isRequired to aim prop
This commit is contained in:
parent
a1f159fc2d
commit
2c8f262826
@ -11,7 +11,7 @@ let AclInformation = React.createClass({
|
|||||||
React.PropTypes.string,
|
React.PropTypes.string,
|
||||||
React.PropTypes.arrayOf(React.PropTypes.string)
|
React.PropTypes.arrayOf(React.PropTypes.string)
|
||||||
]),
|
]),
|
||||||
aim: React.PropTypes.string
|
aim: React.PropTypes.string.isRequired
|
||||||
},
|
},
|
||||||
getInfoText(title, info, example){
|
getInfoText(title, info, example){
|
||||||
let titleStyle = {
|
let titleStyle = {
|
||||||
|
Loading…
Reference in New Issue
Block a user