Describe the bug
When going through adding a job, the final step is to add interview notes (if you've had one). The form says you can leave it blank if you haven't. However if you do leave it blank the client still makes a POST request to the interviews route and recieves a 422 error.
To Reproduce
Steps to reproduce the behavior:
- Login
- Add Job
- Fill out info on first 2 forms
- Leave interviews form blank and click finish + save
- Look at Dev Tools
Expected behavior
I would expect the client not to make the POST request if the interview form is left blank by the user
Screenshots

Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
NOTE: This probably doesn't need to be fixed for MVP
Describe the bug
When going through adding a job, the final step is to add interview notes (if you've had one). The form says you can leave it blank if you haven't. However if you do leave it blank the client still makes a POST request to the interviews route and recieves a 422 error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect the client not to make the POST request if the interview form is left blank by the user
Screenshots

Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
NOTE: This probably doesn't need to be fixed for MVP