diff --git a/src/fireedge/src/client/containers/Provisions/Form/Create/Steps/Inputs/index.js b/src/fireedge/src/client/containers/Provisions/Form/Create/Steps/Inputs/index.js index 5756da9ee15..d6f7bce50d7 100644 --- a/src/fireedge/src/client/containers/Provisions/Form/Create/Steps/Inputs/index.js +++ b/src/fireedge/src/client/containers/Provisions/Form/Create/Steps/Inputs/index.js @@ -50,7 +50,7 @@ const Inputs = () => ({ // MERGE INPUTS provision template + PROVISION_BODY.inputs (provider fetch) inputs = provisionTemplate.inputs.map(templateInput => - PROVISION_BODY.inputs.find( + PROVISION_BODY.inputs?.find( providerInput => providerInput.name === templateInput.name ) || templateInput ) ?? []