steniowagner / store-system

A Store System built with Electron, React, Material-UI, Redux, Redux-Saga, MySQL and Sequelize.
MIT License
246 stars 62 forks source link

Can't add products #3

Open HZSamir opened 4 years ago

HZSamir commented 4 years ago

Hello, I'm having trouble adding products. Filling up the form and pressing save nothing happens. All other forms such as clients and providers work just fine. I think it might have something to do with brands, as those I add are not saved either. But I'm not sure. This is on a cloned version of your project. Curiously enough, adding products works just fine on the production version you provide the link of.

Any pointers as to why that is? Thank you.

ahmdabdula commented 2 years ago

its a validation error in nodo_modules/formik/dist/formik.esm.js line 429-431. The brands are not being added in the database due to which the form data is considered invalid.. comment the lines where the variable isValidating is set to false

ahmdabdula commented 2 years ago

p.s. the code is too complicated