Skip to content

Commit

Permalink
Fixed #1232 - Workspace does not show newly created projects
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Jul 11, 2023
1 parent 0ab2bc2 commit fed7784
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website_code/scripts/template_management.js
Expand Up @@ -1393,6 +1393,9 @@ function create_tutorial(tutorial) {
}
})
.done(function(response){
template_toggle(active_div);
active_div = "";

refresh_workspace();
tutorial_created(response);
});
Expand Down

0 comments on commit fed7784

Please sign in to comment.