mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
debug console log
This commit is contained in:
parent
dc71503abc
commit
c4fc6ab97f
@ -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);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user