Merge pull request #1772 from janhq/regression/fix-input-port

regression fix: input port not accept alphabets
This commit is contained in:
Faisal Amir 2024-01-25 17:16:10 +07:00 committed by GitHub
commit d779c81483
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -176,6 +176,7 @@ const LocalServerScreen = () => {
'w-[70px] flex-shrink-0',
errorRangePort && 'border-danger'
)}
type="number"
value={port}
onChange={(e) => {
handleChangePort(e.target.value)