Skip to content

Commit

Permalink
Show error in case project can not be deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgDangl committed Sep 5, 2024
1 parent c83c86b commit 3e4a837
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,9 @@ export class ProjectsTableComponent
this.applyFilter(this.filter);
}
},
error: () => {},
error: () => {
this.notificationsService.error('Failed to delete the project.');
},
});
}

Expand Down

0 comments on commit 3e4a837

Please sign in to comment.