mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +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.arrayOf(React.PropTypes.string)
|
||||
]),
|
||||
aim: React.PropTypes.string
|
||||
aim: React.PropTypes.string.isRequired
|
||||
},
|
||||
getInfoText(title, info, example){
|
||||
let titleStyle = {
|
||||
|
Loading…
Reference in New Issue
Block a user