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