mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-18 21:35:27 -04:00
Convert Download Client settings to TypeScript
This commit is contained in:
@@ -210,6 +210,10 @@ function EditDelayProfileModalContent({
|
||||
useEffect(() => {
|
||||
if (!id) {
|
||||
Object.keys(newDelayProfile).forEach((name) => {
|
||||
if (name === 'id') {
|
||||
return;
|
||||
}
|
||||
|
||||
dispatch(
|
||||
// @ts-expect-error - actions are not typed
|
||||
setDelayProfileValue({
|
||||
|
||||
Reference in New Issue
Block a user