mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-07 12:15:06 -05:00
fix sort order
This commit is contained in:
@@ -19,7 +19,7 @@ const initialGalleryState: GalleryState = {
|
||||
limit: 20,
|
||||
offset: 0,
|
||||
starredFirst: true,
|
||||
orderDir: 'ASC',
|
||||
orderDir: 'DESC',
|
||||
searchTerm: '',
|
||||
isImageViewerOpen: true,
|
||||
imageToCompare: null,
|
||||
|
||||
Reference in New Issue
Block a user