When certain API calls are made, they change information currently on the page. In order to update the information on the page, we reload once the API call succeeds in order to properly display the new information
For example, calling addAll() removes all students from the request tab and adds them to the active tab, but those students don't disappear from request until page reloads.
When certain API calls are made, they change information currently on the page. In order to update the information on the page, we reload once the API call succeeds in order to properly display the new information
For example, calling addAll() removes all students from the request tab and adds them to the active tab, but those students don't disappear from request until page reloads.