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,
|
limit: 20,
|
||||||
offset: 0,
|
offset: 0,
|
||||||
starredFirst: true,
|
starredFirst: true,
|
||||||
orderDir: 'ASC',
|
orderDir: 'DESC',
|
||||||
searchTerm: '',
|
searchTerm: '',
|
||||||
isImageViewerOpen: true,
|
isImageViewerOpen: true,
|
||||||
imageToCompare: null,
|
imageToCompare: null,
|
||||||
|
Loading…
Reference in New Issue
Block a user