fix(ui): Restore original port input size (#814)

This commit is contained in:
TheCatLady
2021-02-02 03:48:38 -05:00
committed by GitHub
parent 7c192d54f4
commit 1ccafc0ebd
4 changed files with 7 additions and 0 deletions

View File

@@ -491,6 +491,7 @@ const SettingsPlex: React.FC<SettingsPlexProps> = ({ onComplete }) => {
id="port"
name="port"
placeholder="32400"
className="port"
/>
</div>
{errors.port && touched.port && (