diff --git a/src/static/js/app.js b/src/static/js/app.js index 5a75b87..b91823d 100644 --- a/src/static/js/app.js +++ b/src/static/js/app.js @@ -283,7 +283,6 @@ 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);