diff --git a/ui/src/components/workflow/node/DeployNodeConfigForm1PanelConsoleConfig.tsx b/ui/src/components/workflow/node/DeployNodeConfigForm1PanelConsoleConfig.tsx index 349b516e..b17150d8 100644 --- a/ui/src/components/workflow/node/DeployNodeConfigForm1PanelConsoleConfig.tsx +++ b/ui/src/components/workflow/node/DeployNodeConfigForm1PanelConsoleConfig.tsx @@ -16,7 +16,9 @@ export type DeployNodeConfigForm1PanelConsoleConfigProps = { }; const initFormModel = (): DeployNodeConfigForm1PanelConsoleConfigFieldValues => { - return {}; + return { + autoRestart: true, + }; }; const DeployNodeConfigForm1PanelConsoleConfig = ({ diff --git a/ui/src/components/workflow/node/DeployNodeConfigFormBaotaPanelConsoleConfig.tsx b/ui/src/components/workflow/node/DeployNodeConfigFormBaotaPanelConsoleConfig.tsx index 40d93b7f..ca440a27 100644 --- a/ui/src/components/workflow/node/DeployNodeConfigFormBaotaPanelConsoleConfig.tsx +++ b/ui/src/components/workflow/node/DeployNodeConfigFormBaotaPanelConsoleConfig.tsx @@ -16,7 +16,9 @@ export type DeployNodeConfigFormBaotaPanelConsoleConfigProps = { }; const initFormModel = (): DeployNodeConfigFormBaotaPanelConsoleConfigFieldValues => { - return {}; + return { + autoRestart: true, + }; }; const DeployNodeConfigFormBaotaPanelConsoleConfig = ({