Skip to content

Commit

Permalink
fix event name for markdown update in PageEditorMarkdown component
Browse files Browse the repository at this point in the history
After refactoring `move MarkdownEditor to activity bar`
  • Loading branch information
davelopez committed Nov 26, 2024
1 parent d894082 commit 3fc286d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/PageEditor/PageEditorMarkdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:markdown-text="markdownText"
:markdown-config="contentData"
mode="page"
@onUpdate="onUpdate">
@update="onUpdate">
<template v-slot:buttons>
<ObjectPermissionsModal
id="object-permissions-modal"
Expand Down

0 comments on commit 3fc286d

Please sign in to comment.