Change default per page in artworks list

This commit is contained in:
Alex Cabal 2024-01-12 11:42:36 -06:00
parent 03821d6ad1
commit a3210031f4
2 changed files with 5 additions and 5 deletions

View file

@ -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';