fix(frontend): new radarr/sonarr ports will be converted to a number before posting

This commit is contained in:
sct
2020-12-14 06:37:34 +00:00
parent 5f09e83ed8
commit 92c9001c9d
4 changed files with 114 additions and 118 deletions

View File

@@ -108,7 +108,7 @@ const RadarrModal: React.FC<RadarrModalProps> = ({
{
hostname,
apiKey,
port,
port: Number(port),
baseUrl,
useSsl,
}