Skip to content

Commit

Permalink
F #3951: Fix merge provider & provision inputs (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Betanzos authored Apr 8, 2021
1 parent 791ba7f commit 326c0f9
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 326c0f9

Please sign in to comment.