diff --git a/src/static/js/app.js b/src/static/js/app.js index b91823d..5a75b87 100644 --- a/src/static/js/app.js +++ b/src/static/js/app.js @@ -283,6 +283,7 @@ async function toggleUser(userId, activate) { async function toggleGlobeAccess(userId) { try { await API.put("/api/users/" + userId + "/globe-access"); + if (currentOrgId) loadOrgUsers(currentOrgId); } catch (err) { alert(err.message); if (currentOrgId) loadOrgUsers(currentOrgId);