ToddSpainhour / trash-tracker

0 stars 0 forks source link

form boolean values no longer being saved as strings #56

Closed ToddSpainhour closed 4 years ago

ToddSpainhour commented 4 years ago

Fixed problem with the create and edit forms sending booleans to Firebase as strings by changing e.target.value to e.target.checked