jmkaneshiro / stayontrack

StayOnTrack is a clone of Pivotal Tracker -- an agile project management tool.
https://stay-on-track-app.herokuapp.com/
5 stars 0 forks source link

Fix typo preventing story update from working properly #61

Closed jmkaneshiro closed 4 years ago

jmkaneshiro commented 4 years ago

Summary

Story type and story state were not updating properly due to a typo in the component calls to onChange for each of their slices of state. This issue is now resolved.