fixed paging on subcategory browsing page
This commit is contained in:
@@ -24,6 +24,12 @@ var BySubCategoryActions = {
|
||||
actionType: BySubCategoryConstants.REMOVE_APPLIED_FILTER,
|
||||
name: name
|
||||
});
|
||||
},
|
||||
changePage: function(page) {
|
||||
AppDispatcher.handleAction({
|
||||
actionType: BySubCategoryConstants.CHANGE_PAGE,
|
||||
page: page
|
||||
});
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user