• Evan W. Patton's avatar
    Fix logic bug when property value is the empty string (#1618) · c4968950
    Evan W. Patton authored
    The conditional properties change added the ability to use a default
    value when a property isn't specified. However, there is a logic bug
    due to the fact that the empty string is falsey in JavaScript. This
    fix also checks specifically for the empty string as well so that the
    default value will be sent.
    c4968950
component_database.js 17.4 KB