mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 16:32:36 +01:00
parent
25aa719ad6
commit
0593568065
1 changed files with 10 additions and 1 deletions
|
|
@ -60,7 +60,16 @@ function DeleteMovieModalContent({
|
||||||
addImportExclusion,
|
addImportExclusion,
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
}, [movieId, collection, addImportExclusion, deleteFiles, dispatch]);
|
|
||||||
|
onModalClose();
|
||||||
|
}, [
|
||||||
|
movieId,
|
||||||
|
collection,
|
||||||
|
addImportExclusion,
|
||||||
|
deleteFiles,
|
||||||
|
dispatch,
|
||||||
|
onModalClose,
|
||||||
|
]);
|
||||||
|
|
||||||
const handleDeleteOptionChange = useCallback(
|
const handleDeleteOptionChange = useCallback(
|
||||||
({ name, value }: CheckInputChanged) => {
|
({ name, value }: CheckInputChanged) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue