mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
(cherry picked from commit 326c0f9aa2f9637f7c3bc48d925b6fed6625188f)
This commit is contained in:
parent
202b57d588
commit
2e43b82c39
@ -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
|
||||
) ?? []
|
||||
|
Loading…
x
Reference in New Issue
Block a user