Skip to content

Commit

Permalink
Increase items per page to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Oct 25, 2023
1 parent 3856336 commit d4f3c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Grid/GridList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ interface Props {
}
const props = withDefaults(defineProps<Props>(), {
perPage: 5,
perPage: 25,
});
// contains the current grid data provided by the corresponding api endpoint
Expand Down

0 comments on commit d4f3c5c

Please sign in to comment.