mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix sort order
This commit is contained in:
parent
a11dc62c2e
commit
e719018ba1
@ -19,7 +19,7 @@ const initialGalleryState: GalleryState = {
|
||||
limit: 20,
|
||||
offset: 0,
|
||||
starredFirst: true,
|
||||
orderDir: 'ASC',
|
||||
orderDir: 'DESC',
|
||||
searchTerm: '',
|
||||
isImageViewerOpen: true,
|
||||
imageToCompare: null,
|
||||
|
Loading…
Reference in New Issue
Block a user