Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ui/v2.5/src/core/StashService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2264,6 +2264,9 @@ export const mutateDeleteFiles = (ids: string[]) =>
}

evictQueries(cache, [
GQL.FindSceneDocument, // files list on scene detail
GQL.FindImageDocument, // files list on image detail
GQL.FindGalleryDocument, // files list on gallery detail
GQL.FindScenesDocument, // filter by file count
GQL.FindImagesDocument, // filter by file count
GQL.FindGalleriesDocument, // filter by file count
Expand Down
Loading