Skip to content

Commit

Permalink
feat(history): adjust number of initially loaded boards
Browse files Browse the repository at this point in the history
  • Loading branch information
konstfish committed Nov 13, 2023
1 parent fc5d6f0 commit bf7bad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/BoardHistoryView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default {
if(pb.authStore.isValid){
this.boardsLoading = true
const records = await pb.collection('boards').getList(this.currentPage, 3, {
const records = await pb.collection('boards').getList(this.currentPage, 6, {
sort: "-created"
});
Expand Down

0 comments on commit bf7bad7

Please sign in to comment.