Commit ed5d2ad0 authored by Gabriel's avatar Gabriel

Agrega manejo de pasos del flujo principal

parent d567d204
This diff is collapsed.
module.exports =
{
armarChoice: function (value, label) {
return {
"value": value,
"label": label,
"selected": false
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment