mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 15:50:29 -04:00
Change default per page in artworks list
This commit is contained in:
parent
03821d6ad1
commit
a3210031f4
2 changed files with 5 additions and 5 deletions
|
@ -40,7 +40,7 @@ const SORT_LENGTH = 'length';
|
|||
|
||||
const COVER_THUMBNAIL_HEIGHT = 350;
|
||||
const COVER_THUMBNAIL_WIDTH = 350;
|
||||
const COVER_ARTWORK_PER_PAGE = 50;
|
||||
const COVER_ARTWORK_PER_PAGE = 20;
|
||||
const COVER_ARTWORK_STATUS_APPROVED = 'approved';
|
||||
const COVER_ARTWORK_STATUS_DECLINED = 'declined';
|
||||
const COVER_ARTWORK_STATUS_IN_USE = 'in_use';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue