aluo-x / 813_site

813 Animal shelter mockup
0 stars 0 forks source link

add a delete button in the modal / way to delete a table entry #25

Closed ramimanna closed 6 years ago

nsylv commented 6 years ago

I spent about an hour trying to get this to work but was having trouble getting firestore .delete() to work :(

ramimanna commented 6 years ago

:(

nsylv commented 6 years ago

Issue was with the button action triggering before executing the delete

Not sure if that makes sense, but bottom line is event.preventDefault() to the rescue