Skip to content

Commit 2ee75a5

Browse files
authored
Merge pull request #1264 from HolgerHees/main
Fix "TypeError: t is undefined"
2 parents faf0918 + 567ba59 commit 2ee75a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NoteRich.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default {
5252
},
5353
},
5454
55-
created() {
55+
mounted() {
5656
this.fetchData()
5757
subscribe('files:file:updated', this.fileUpdated)
5858
subscribe('files_versions:restore:requested', this.onFileRestoreRequested)

0 commit comments

Comments
 (0)