Skip to content

Commit

Permalink
fix sort order
Browse files Browse the repository at this point in the history
  • Loading branch information
Mary Hipp authored and hipsterusername committed Jul 3, 2024
1 parent a11dc62 commit e719018
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const initialGalleryState: GalleryState = {
limit: 20,
offset: 0,
starredFirst: true,
orderDir: 'ASC',
orderDir: 'DESC',
searchTerm: '',
isImageViewerOpen: true,
imageToCompare: null,
Expand Down

0 comments on commit e719018

Please sign in to comment.