Skip to content

Commit

Permalink
Fix refresh workspace if you unshare from a project yourself
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Mar 14, 2023
1 parent 95afb7f commit d7dfd90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website_code/scripts/template_management.js
Expand Up @@ -679,6 +679,8 @@ function refresh_workspace() {
})
.done(function(response){
workspace = response;
// Clear the project details
$("#project_information").html("");
init_workspace();
});
}
Expand Down

0 comments on commit d7dfd90

Please sign in to comment.