mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Fix UI crash in performer -> gallery wall lightbox (#5947)
This commit is contained in:
@@ -138,6 +138,7 @@ export const useGalleryLightbox = (id: string, chapters: IChapter[] = []) => {
|
||||
});
|
||||
else {
|
||||
setLightboxState({
|
||||
images: [],
|
||||
isLoading: true,
|
||||
isVisible: true,
|
||||
initialIndex: index,
|
||||
|
||||
Reference in New Issue
Block a user