1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-28 16:48:04 +02:00

debug console log

This commit is contained in:
diminator 2015-09-29 13:22:24 +02:00
parent dc71503abc
commit c4fc6ab97f

View File

@ -144,6 +144,7 @@ let PieceList = React.createClass({
},
applyOrderBy(orderBy) {
console.log(orderBy);
PieceListActions.fetchPieceList(this.state.page, this.state.pageSize, this.state.search,
orderBy, this.state.orderAsc, this.state.filterBy);
},