We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0461b commit 0208f06Copy full SHA for 0208f06
resources/js/components/page-comment.ts
@@ -40,7 +40,7 @@ export class PageComment extends Component {
40
this.commentId = this.$opts.commentId;
41
this.commentLocalId = this.$opts.commentLocalId;
42
this.deletedText = this.$opts.deletedText;
43
- this.deletedText = this.$opts.deletedText;
+ this.updatedText = this.$opts.updatedText;
44
this.archiveText = this.$opts.archiveText;
45
46
// Editor reference and text options
0 commit comments