From 92bf33bbe2ea2f1fe8a6b0afeade7a9dec31c841 Mon Sep 17 00:00:00 2001 From: Johannes Helmold Date: Wed, 21 Aug 2024 13:35:02 +0200 Subject: [PATCH] Fix: Fixed the saving of the SSH port in the advanced task wizard. Fixed the problem, that a custom SSH port was not saved in the advanced task wizard. --- src/web/wizard/advancedtaskwizard.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web/wizard/advancedtaskwizard.jsx b/src/web/wizard/advancedtaskwizard.jsx index e68fe8cec6..eaa59c9042 100644 --- a/src/web/wizard/advancedtaskwizard.jsx +++ b/src/web/wizard/advancedtaskwizard.jsx @@ -300,6 +300,7 @@ const AdvancedTaskWizard = ({ min="0" max="65535" size="5" + name="ssh_port" value={state.ssh_port} onChange={onValueChange} />