You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2021. It is now read-only.
When visiting the work-item-create-selector component (i.e., when using the add-work-item action in OSIO), an error gets logged to the console that happens when run locally.
It seems to be caused by the line of code at [0], which is used to show the modal if the state is "in". FWIW the code functions fine without it, and on the surface the panelState variable doesn't seem to have any other impact on the page.
When visiting the work-item-create-selector component (i.e., when using the add-work-item action in OSIO), an error gets logged to the console that happens when run locally.
![logged error](https://user-images.githubusercontent.com/10425301/38997238-00b7952e-43bb-11e8-956f-5cff270d33bd.png)
It seems to be caused by the line of code at [0], which is used to show the modal if the state is "in". FWIW the code functions fine without it, and on the surface the
panelState
variable doesn't seem to have any other impact on the page.[0]
fabric8-planner/src/app/components/work-item-create/work-item-create-selector/work-item-create-selector.component.html
Line 2 in fa4c909
The text was updated successfully, but these errors were encountered: