mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-28 23:16:32 -04:00
Fixed: Clearing parse testing
This commit is contained in:
@@ -36,7 +36,7 @@ function Parse() {
|
||||
|
||||
const onClearPress = useCallback(() => {
|
||||
setTitle('');
|
||||
dispatch(fetch({ title: '' }));
|
||||
dispatch(clear());
|
||||
}, [setTitle, dispatch]);
|
||||
|
||||
useEffect(
|
||||
|
||||
@@ -43,7 +43,7 @@ function ParseModalContent(props: ParseModalContentProps) {
|
||||
|
||||
const onClearPress = useCallback(() => {
|
||||
setTitle('');
|
||||
dispatch(fetch({ title: '' }));
|
||||
dispatch(clear());
|
||||
}, [setTitle, dispatch]);
|
||||
|
||||
useEffect(
|
||||
|
||||
Reference in New Issue
Block a user