Skip to content

Commit 1c3d1a5

Browse files
committed
Increase limit to 2000 - thats the current maximum we will have for a book
1 parent 6255fb8 commit 1c3d1a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vue/src/components/Pages/PageList.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export default {
3232
return HTTP.get('/pages/', {
3333
params: {
3434
created_by_run: this.page_run_id,
35+
limit: 2000,
3536
},
3637
}).then(
3738
(response) => {

0 commit comments

Comments
 (0)