mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
fix(ui): do not check isValid on Sonarr/Radarr modals for the test button
This commit is contained in:
@@ -349,8 +349,7 @@ const SonarrModal: React.FC<SonarrModalProps> = ({
|
||||
!values.hostname ||
|
||||
!values.port ||
|
||||
isTesting ||
|
||||
isSubmitting ||
|
||||
!isValid
|
||||
isSubmitting
|
||||
}
|
||||
okDisabled={!isValidated || isSubmitting || isTesting || !isValid}
|
||||
onOk={() => handleSubmit()}
|
||||
|
||||
Reference in New Issue
Block a user