fix: input port local server not accepted alphabets
This commit is contained in:
parent
acc774dc80
commit
b9584db826
@ -176,6 +176,7 @@ const LocalServerScreen = () => {
|
||||
'w-[70px] flex-shrink-0',
|
||||
errorRangePort && 'border-danger'
|
||||
)}
|
||||
type="number"
|
||||
value={port}
|
||||
onChange={(e) => {
|
||||
handleChangePort(e.target.value)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user