fix sort order

This commit is contained in:
Mary Hipp 2024-07-03 11:57:44 -04:00 committed by Kent Keirsey
parent a11dc62c2e
commit e719018ba1

View File

@ -19,7 +19,7 @@ const initialGalleryState: GalleryState = {
limit: 20,
offset: 0,
starredFirst: true,
orderDir: 'ASC',
orderDir: 'DESC',
searchTerm: '',
isImageViewerOpen: true,
imageToCompare: null,