fix(SortedTable): fix item selection

This commit is contained in:
Julien Fontanet
2017-10-01 12:46:25 +02:00
parent bb8a25cc9d
commit 105ede5b1d

View File

@@ -537,7 +537,7 @@ export default class SortedTable extends Component {
<input
checked={state.all || state.selectedItemsIds.has(id)}
name={i} // position in visible items
onChange={this._selectItem}
onChange={this._onSelectItemCheckbox}
type='checkbox'
/>
</td>