1
0

chore(editor): cleanup unused options

This commit is contained in:
kolaente
2023-10-21 19:46:25 +02:00
parent daa2ed3b1c
commit aa715dd9e1
7 changed files with 0 additions and 8 deletions

View File

@ -66,7 +66,6 @@
</CustomTransition>
</div>
<editor
:hasPreview="true"
:is-edit-enabled="canWrite && c.author.id === currentUserId"
:upload-callback="attachmentUpload"
:upload-enabled="true"
@ -114,7 +113,6 @@
taskCommentService.loading &&
!isCommentEdit,
}"
:hasPreview="false"
:upload-callback="attachmentUpload"
:upload-enabled="true"
:placeholder="$t('task.comment.placeholder')"

View File

@ -20,7 +20,6 @@
:is-edit-enabled="canWrite"
:upload-callback="uploadCallback"
:placeholder="$t('task.description.placeholder')"
:empty-text="$t('task.description.empty')"
:show-save="true"
edit-shortcut="e"
v-model="task.description"