FilipeMSouza / rpg-handouts

https://rpgstream.vercel.app
0 stars 0 forks source link

[BUG] Edited values can't be added #29

Closed h80r closed 4 months ago

h80r commented 4 months ago

Issue

Currently, the values we edit from the database editor page will be saved as string, and can't be incremented (life, mana, armor class).

Solution validate if the user input was a number and convert before saving on the database page.