cambridgeweblab / common-ui

A collection of common web components
MIT License
2 stars 2 forks source link

Actions with null schema cannot be processed by schema-actions #93

Closed tapina closed 6 years ago

tapina commented 6 years ago

If an action requires no input, then an error occurs at schema-actions.html:21 where schemaProps is undefined. This should be guarded by an if (schemaProps).