You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When null data is sent to the frontend, the application crashes instead of gracefully handling the scenario. It would be more user-friendly to display a message such as "No student found with this ID number" in these cases.
Current Behavior
The application crashes when null data is received on the frontend.
Expected Behavior
The application should handle null data gracefully and display a message indicating that no student was found with the provided ID number.
The text was updated successfully, but these errors were encountered:
Issue Description
When null data is sent to the frontend, the application crashes instead of gracefully handling the scenario. It would be more user-friendly to display a message such as "No student found with this ID number" in these cases.
Current Behavior
The application crashes when null data is received on the frontend.
Expected Behavior
The application should handle null data gracefully and display a message indicating that no student was found with the provided ID number.
The text was updated successfully, but these errors were encountered: