mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(ui): Restore original port input size (#814)
This commit is contained in:
@@ -365,6 +365,7 @@ const RadarrModal: React.FC<RadarrModalProps> = ({
|
||||
name="port"
|
||||
type="text"
|
||||
placeholder="7878"
|
||||
className="port"
|
||||
onChange={(e: React.ChangeEvent<HTMLInputElement>) => {
|
||||
setIsValidated(false);
|
||||
setFieldValue('port', e.target.value);
|
||||
|
Reference in New Issue
Block a user