Go to projects list after adding new project
Describe the bug When adding a new project in the dashboard, after clicking on the add button the route remains to be /addProject . Instead of this after adding a new project it should either clear the fields or it should navigate to allProjects page. To Reproduce Steps to reproduce the behavior:
- Login to the dashboard
- Click on 'Projects -> New Project'
- Add a new Project by entering information
- See error
Expected behavior The expectation is that either the fields in the addProject form should get cleared, or it should navigate to allProjects route to see a list of added routes
Screenshots
The screen that shows after adding the project.
Desktop (please complete the following information):
- OS: Windows 10
- Browser chrome
Additional context Please review this issue and guide about what next steps should be taken, whether to reroute to a new page or clear out the fields.