Skip to content

Commit

Permalink
F #3951: Fix merge provider & provision inputs (#1082)
Browse files Browse the repository at this point in the history
(cherry picked from commit 326c0f9)
  • Loading branch information
Sergio Betanzos authored and rsmontero committed Apr 26, 2021
1 parent 202b57d commit 2e43b82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
) ?? []
Expand Down

0 comments on commit 2e43b82

Please sign in to comment.