1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-25 02:50:08 +03:00
This commit is contained in:
Sergio Betanzos 2021-11-18 16:34:32 +01:00
parent e6652586a5
commit cfdcc107e2
No known key found for this signature in database
GPG Key ID: E3E704F097737136

View File

@ -62,7 +62,7 @@ const Steps = createSteps(
}
// add user inputs to context
const userInputsNames = Object.keys(USER_INPUTS).forEach(name => {
Object.keys(USER_INPUTS).forEach(name => {
const upperName = String(name).toUpperCase()
context[upperName] = `$${upperName}`
})