Rammina / toy-gallery

A online toy gallery for users to showcase their action figures, figurines, plastic model kits, and so on.

Home Page:https://toy-gallery.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] toyId becomes undefined after EDIT and DELETE returns a value, causing errors on subsequent requests.

Rammina opened this issue · comments

toyId becomes undefined after EDIT and DELETE returns a value, causing errors on subsequent requests.

It could be because ._id is returned instead of .id in some methods.

image

toyId property was misused on UploadImageButton handleSubmit method. Fixed.