Skip to content

Commit

Permalink
Fixes #1046 - submition => submission (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrew authored Oct 30, 2024
1 parent 673ddeb commit 98adb22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/static/js/components/comments/Comments.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ export default function CommentsList(props) {
function onCommentSubmitFail() {
// FIXME: Without delay creates conflict [ Uncaught Error: Dispatch.dispatch(...): Cannot dispatch in the middle of a dispatch. ].
setTimeout(
() => PageActions.addNotification(commentsText.ucfirstSingle + ' submition failed', 'commentSubmitFail'),
() => PageActions.addNotification(commentsText.ucfirstSingle + ' submission failed', 'commentSubmitFail'),
100
);
}
Expand Down
2 changes: 1 addition & 1 deletion static/js/media.js

Large diffs are not rendered by default.

0 comments on commit 98adb22

Please sign in to comment.