Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
refactor: TTL-727-bug-as-a-software-developer-i-want-to-fix-error-400…
…-on-project-creation
  • Loading branch information
Nicole Garcia committed Dec 5, 2022
commit 1ac9fecb7afa838ec8fb65477bb144714a9a64e8
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class ProjectEffects {
mergeMap((projectId) =>
this.projectService.deleteProject(projectId).pipe(
map(() => {
this.toastrService.success(INFO_DELETE_SUCCESSFULLY);
this.toastrService.success(INFO_SAVED_SUCCESSFULLY);
return new actions.DeleteProjectSuccess(projectId);
}),
catchError((error) => {
Expand Down