We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to port existing form for country creation to React. Here is the current code:
mystamps/src/main/webapp/WEB-INF/views/country/add.html
Lines 76 to 112 in 366f099
When a user submits data, we should POST it to /categories Also, we should handle&show related errors from a server.
/categories
As part of this task we should only create a React component. API call will be implemented in #1347 Unit and integration tests, will be added later.
Part of #1328
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We need to port existing form for country creation to React. Here is the current code:
mystamps/src/main/webapp/WEB-INF/views/country/add.html
Lines 76 to 112 in 366f099
When a user submits data, we should POST it to
/categories
Also, we should handle&show related errors from a server.As part of this task we should only create a React component. API call will be implemented in #1347 Unit and integration tests, will be added later.
Part of #1328
The text was updated successfully, but these errors were encountered: