Skip to content

Commit

Permalink
Merge pull request #3433 from nextcloud/backport/3432/stable23
Browse files Browse the repository at this point in the history
[stable23] Fix event name for updating the description
  • Loading branch information
juliusknorr authored Nov 19, 2021
2 parents 2be4fff + 8926363 commit 8514e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/card/Description.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
ref="markdownEditor"
v-model="description"
:configs="mdeConfig"
@input="updateDescription"
@update:modelValue="updateDescription"
@blur="saveDescription" />

<Modal v-if="modalShow" :title="t('deck', 'Choose attachment')" @close="modalShow=false">
Expand Down

0 comments on commit 8514e91

Please sign in to comment.