Skip to content

Commit

Permalink
fix the confusion count value
Browse files Browse the repository at this point in the history
  • Loading branch information
bndynet committed May 31, 2019
1 parent 375cf79 commit 6a68ef9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/serverside-pagination/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class Example extends React.Component {

state = {
page: 0,
count: 1,
data: [["Loading Data..."]],
isLoading: false
};
Expand Down

0 comments on commit 6a68ef9

Please sign in to comment.