1
0
mirror of https://github.com/ascribe/onion.git synced 2025-02-02 04:49:41 +01: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) { applyOrderBy(orderBy) {
console.log(orderBy);
PieceListActions.fetchPieceList(this.state.page, this.state.pageSize, this.state.search, PieceListActions.fetchPieceList(this.state.page, this.state.pageSize, this.state.search,
orderBy, this.state.orderAsc, this.state.filterBy); orderBy, this.state.orderAsc, this.state.filterBy);
}, },