StackStorm / st2web

StackStorm Web UI
http://www.stackstorm.com/features
Apache License 2.0
102 stars 83 forks source link

core.http Action configuration breaks UI if timeout is entered #986

Open sk8erwitskil opened 2 years ago

sk8erwitskil commented 2 years ago

Problem

When trying to modify the timeout on the core.http Action configuration page, as soon as you enter in a value into the timeout text field the UI breaks.

Error

TypeError: value.startsWith is not a function
    at ActionsDetails.isExpression (main.js:1:7371)
    at ActionsDetails.render (main.js:1:12925)

Reproduce

Go go /#/actions/core.http and enter in any number into the timeout field.

arm4b commented 2 years ago

Thanks for submitting the bug report, @sk8erwitskil!