Skip to content

Commit

Permalink
Update project list after delete
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanchauict committed Feb 13, 2025
1 parent 51fcec8 commit 50f60a9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export class ProjectDataViewModel {

deleteProject(id: string) {
this.appContext.actionManager.setOneTimeAction(OneTimeAction.ProjectAction.RemoveProject(id));
this.updateProjectList();
}

cancelDeletingProject() {
Expand Down

0 comments on commit 50f60a9

Please sign in to comment.