Skip to content

Commit

Permalink
chore: Add missing trailing comma to please linter
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <jonas@freesources.org>
  • Loading branch information
mejo- committed Jul 29, 2024
1 parent e448864 commit 8a6768a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Editor/MarkdownContentEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export default {
onCreate: ({ editor }) => {
this.$emit('ready')
this.$parent.$emit('ready')
}
},
})
},

Expand Down

0 comments on commit 8a6768a

Please sign in to comment.