Skip to content

Commit

Permalink
Fix: Fixed the saving of the SSH port in the advanced task wizard.
Browse files Browse the repository at this point in the history
Fixed the problem, that a custom SSH port was not saved in the
advanced task wizard.
  • Loading branch information
jhelmold committed Aug 21, 2024
1 parent 5ca351c commit 92bf33b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/web/wizard/advancedtaskwizard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ const AdvancedTaskWizard = ({
min="0"
max="65535"
size="5"
name="ssh_port"
value={state.ssh_port}
onChange={onValueChange}
/>
Expand Down

0 comments on commit 92bf33b

Please sign in to comment.