mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Movie UI refresh (#1227)
* Improve movie UI * Return nil when no back image set
This commit is contained in:
@@ -602,9 +602,8 @@ export const movieMutationImpactedQueries = [
|
||||
GQL.AllMoviesForFilterDocument,
|
||||
];
|
||||
|
||||
export const useMovieCreate = (input: GQL.MovieCreateInput) =>
|
||||
export const useMovieCreate = () =>
|
||||
GQL.useMovieCreateMutation({
|
||||
variables: input,
|
||||
update: deleteCache([
|
||||
GQL.FindMoviesDocument,
|
||||
GQL.AllMoviesForFilterDocument,
|
||||
|
||||
Reference in New Issue
Block a user