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 authored and dannon committed Dec 3, 2024
1 parent 6e7585c commit 85bde64
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 85bde64

Please sign in to comment.