Skip to content

Commit

Permalink
port number type
Browse files Browse the repository at this point in the history
  • Loading branch information
SummonR7000P committed Apr 8, 2023
1 parent 4cf77e4 commit b294556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/pages/Start/ConfigDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export const RenderConfig: renderConfigType = (props) => {
margin="dense"
id="port"
label="端口"
type="text"
type="number"
value={config.mailing.port}
onChange={(event: React.ChangeEvent<HTMLInputElement>) => {
setConfig(prev => {
Expand Down

0 comments on commit b294556

Please sign in to comment.