We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f414464 commit b57d888Copy full SHA for b57d888
app/components/Git/GitGraph/GitGraphTable.jsx
@@ -60,7 +60,7 @@ class GitGraphTable extends Component {
60
constructor () {
61
super()
62
fetchRefs()
63
- fetchCommits({ size: 30, page: 1 })
+ fetchCommits({ size: 30, page: 0 })
64
this.state = {
65
radius: 4,
66
colWidth: 10,
0 commit comments