mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
parent
791ba7f4dc
commit
326c0f9aa2
@ -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