Skip to content

Commit 9d1ffb4

Browse files
committed
[styling] Increase default number of rows for protocol
1 parent 2792114 commit 9d1ffb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/protocol/ProtocolView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
data() {
3232
return {
3333
currentPage: 1,
34-
perPage: 5,
34+
perPage: 20,
3535
}
3636
},
3737
computed: {

0 commit comments

Comments
 (0)