Skip to content

Commit

Permalink
Fix: cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmbabhazi committed Dec 20, 2024
1 parent 2446d71 commit 76c4576
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export class GoalTemplateSelectComponent extends TranslationBaseComponent implem
this.closeDialog('done');
}
} catch (error) {
this.toastrService.error(this.getTranslation('TOASTR.MESSAGE.ERROR_OCCURED'));
this.toastrService.error(error.message);
}
}
}
Expand Down

0 comments on commit 76c4576

Please sign in to comment.