mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
fix small bug
This commit is contained in:
parent
f6dab18cba
commit
aa75b7d8bd
@ -8,13 +8,10 @@ import TableItem from './table_item';
|
||||
// This component is implemented as recommended here: http://stackoverflow.com/a/25723635/1263876
|
||||
let TableItemSelectable = React.createClass({
|
||||
|
||||
propTypes: {
|
||||
parentId: React.PropTypes.number
|
||||
},
|
||||
|
||||
propTypes: {
|
||||
columnList: React.PropTypes.arrayOf(React.PropTypes.instanceOf(TableColumnContentModel)),
|
||||
columnContent: React.PropTypes.object
|
||||
columnContent: React.PropTypes.object,
|
||||
parentId: React.PropTypes.number
|
||||
},
|
||||
|
||||
selectItem() {
|
||||
|
Loading…
Reference in New Issue
Block a user