fix attachments editor not shown

This commit is contained in:
2023-07-24 11:50:01 +10:00
parent aa85d24952
commit f1ab544aae

View File

@@ -96,7 +96,10 @@
<SMEditor
class="mb-8"
v-model:model-value="form.controls.content.value" />
<SMAttachments v-model:model-value="attachments" />
<SMAttachments
class="mb-8"
show-editor
v-model:model-value="attachments" />
<div class="flex flex-justify-end">
<input
type="submit"