diff --git a/src/fireedge/src/client/components/Forms/Provision/CreateForm/Steps/index.js b/src/fireedge/src/client/components/Forms/Provision/CreateForm/Steps/index.js index 446f961340..4df8f33341 100644 --- a/src/fireedge/src/client/components/Forms/Provision/CreateForm/Steps/index.js +++ b/src/fireedge/src/client/components/Forms/Provision/CreateForm/Steps/index.js @@ -44,7 +44,7 @@ const Steps = createSteps([Template, Provider, BasicConfiguration, Inputs], { const resolvedInputs = provisionTemplateSelected?.inputs?.map((input) => ({ ...input, - value: `${inputs[input?.name]}`, + value: `${inputs[input?.name] ?? ';'}`, })) return {