mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Fix galleryCreate mutation (#1004)
This commit is contained in:
@@ -499,9 +499,8 @@ const galleryMutationImpactedQueries = [
|
||||
GQL.FindGalleriesDocument,
|
||||
];
|
||||
|
||||
export const useGalleryCreate = (input: GQL.GalleryCreateInput) =>
|
||||
export const useGalleryCreate = () =>
|
||||
GQL.useGalleryCreateMutation({
|
||||
variables: input,
|
||||
update: deleteCache(galleryMutationImpactedQueries),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user