Change default number of pages for PDF preview to 25

This commit is contained in:
Jože Fortun
2023-03-03 10:20:33 +01:00
parent 03c60227da
commit 423f62848c
@@ -77,7 +77,7 @@ export default {
maxPages: {
required: false,
type: Number,
default: 5,
default: 25,
},
initialScale: {