Skip to content

Commit a5a680a

Browse files
authored
Merge pull request #855 from PathwayCommons/pr853-larger-limit
Admin: Show 10 docs per page, not 2 :)
2 parents 68d09e7 + 39ca26e commit a5a680a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/components/document-management.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class DocumentManagement extends DirtyComponent {
6262
docs: [],
6363
status,
6464
pageCount: 0,
65-
limit: 2,
65+
limit: 10,
6666
offset: 0
6767
};
6868

0 commit comments

Comments
 (0)