Skip to content

Commit

Permalink
Fix filtering bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yong-jie committed Jun 3, 2020
1 parent e2dcabe commit 64ba529
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const mapDispatchToProps = (dispatch) => ({
state,
isFile,
},
pageNumber: 0,
}),
)
dispatch(userActions.getUrlsForUser())
Expand Down

0 comments on commit 64ba529

Please sign in to comment.