mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
parent
3753967d73
commit
627a95bbd2
@ -44,7 +44,7 @@ const Steps = createSteps([Template, Provider, BasicConfiguration, Inputs], {
|
||||
|
||||
const resolvedInputs = provisionTemplateSelected?.inputs?.map((input) => ({
|
||||
...input,
|
||||
value: `${inputs[input?.name]}`,
|
||||
value: `${inputs[input?.name] ?? ';'}`,
|
||||
}))
|
||||
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user