Skip to content

Commit 6255fb8

Browse files
committed
Remove page limit
1 parent 757759b commit 6255fb8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

vue/src/components/Pages/PageList.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export default {
3232
return HTTP.get('/pages/', {
3333
params: {
3434
created_by_run: this.page_run_id,
35-
limit: 1000,
3635
},
3736
}).then(
3837
(response) => {

0 commit comments

Comments
 (0)