STEM-E-Youth-Career-Development-Program / app-7

MIT License
1 stars 11 forks source link

fixed the bug of having the input elements nested within the button e… #38

Closed chris-archives closed 4 weeks ago

chris-archives commented 4 weeks ago

Originally the input elements were nested inside of the button element. This causes the API to be unable to process the files imported into the input element. The correct way is to nest the input element inside of a form element.