1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00
This commit is contained in:
Sergio Betanzos 2021-11-18 16:34:32 +01:00 committed by GitHub
parent e84d1d2be4
commit 99d195b734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}`
})