Skip to content

Commit

Permalink
Merge pull request #4127 from greenbone/GEA-668_Advanced_Task_Wizard_…
Browse files Browse the repository at this point in the history
…custom_SSH_port

Fix: Fixed the saving of the SSH port in the advanced task wizard.
  • Loading branch information
jhelmold authored Aug 21, 2024
2 parents 0828a10 + c2b78e8 commit efe5cd9
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 @@ -288,6 +288,7 @@ const AdvancedTaskWizard = ({
min="0"
max="65535"
size="5"
name="ssh_port"
value={state.ssh_port}
onChange={onValueChange}
/>
Expand Down

0 comments on commit efe5cd9

Please sign in to comment.