Skip to content

Commit

Permalink
add trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
u7861723 committed Oct 25, 2024
1 parent 3c42630 commit ea469ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class CopySessionModalComponent {
}
if (this.newFeedbackSessionName.length > this.FEEDBACK_SESSION_NAME_MAX_LENGTH) {
this.statusMessageService.showErrorToast(
`The field "Name for copied session" should less than ${this.FEEDBACK_SESSION_NAME_MAX_LENGTH}.`
`The field "Name for copied session" should less than ${this.FEEDBACK_SESSION_NAME_MAX_LENGTH}.`,
);
return;
}
Expand Down

0 comments on commit ea469ac

Please sign in to comment.