fix content saving

This commit is contained in:
2023-03-01 17:38:31 +10:00
parent 3efe31c91f
commit 0f2e1478a8

View File

@@ -100,12 +100,7 @@
<SMRow>
<SMColumn>
<SMEditor
:model-value="form.controls.content.value"
:mime-types="[
'image/png',
'image/jpeg',
'image/gif',
]" />
v-model:model-value="form.controls.content.value" />
</SMColumn>
</SMRow>
<SMRow>