AutoPacker-OSS / autopacker

MIT License
6 stars 1 forks source link

Refactor duplicate code in project creation/edit/submission #8

Open ANicholasson opened 4 years ago

ANicholasson commented 4 years ago

See SubmitProject.js, NewProject.js and RequestEditForm.js.

These are easier to fix if we convert from Ant Design 3.26.6 -> Ant Design 4.x.x.

Ant Design 4 and onwards have removed a lot of complexity from form handling which makes it easier to work with forms.