snax4a / service-quotes-web

Service Quotes React.js web app
service-quotes-web.vercel.app
0 stars 0 forks source link

Empty page when Manager attempts to access not existing specialization #29

Closed SKVetr closed 3 years ago

SKVetr commented 3 years ago

What are the steps to reproduce this issue?

  1. Log in on manager account
  2. Attempt to access a specialization edit page via direct URL with not existing ID

What happens?

An empty page is displayed.

What were you expecting to happen?

Not found page. Or redirect to list page.

Notes?

Example of invalid ID URL: /specializations/7fcc5d0c-d4e7-462c-97ba

SKVetr commented 3 years ago

Fix Verified.