mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
fix(ui): Restore original port input size (#814)
This commit is contained in:
@@ -372,6 +372,7 @@ const SonarrModal: React.FC<SonarrModalProps> = ({
|
||||
name="port"
|
||||
type="text"
|
||||
placeholder="8989"
|
||||
className="port"
|
||||
onChange={(e: React.ChangeEvent<HTMLInputElement>) => {
|
||||
setIsValidated(false);
|
||||
setFieldValue('port', e.target.value);
|
||||
|
||||
Reference in New Issue
Block a user