mirror of
https://github.com/sct/overseerr.git
synced 2025-09-27 04:22:37 +02:00
fix(ui): Restore original port input size (#814)
This commit is contained in:
@@ -491,6 +491,7 @@ const SettingsPlex: React.FC<SettingsPlexProps> = ({ onComplete }) => {
|
||||
id="port"
|
||||
name="port"
|
||||
placeholder="32400"
|
||||
className="port"
|
||||
/>
|
||||
</div>
|
||||
{errors.port && touched.port && (
|
||||
|
Reference in New Issue
Block a user