Skip to content

Commit e958ba1

Browse files
committed
reset example
1 parent 5b5dc27 commit e958ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class App extends React.Component {
1515
});
1616
}
1717
render() {
18-
return <Pagination onChange={this.onChange} current={this.state.current} total={400} />;
18+
return <Pagination onChange={this.onChange} current={this.state.current} total={25} />;
1919
}
2020
}
2121

0 commit comments

Comments
 (0)