chore: allow article to create without content (#14007)

This commit is contained in:
Sivin Varghese
2026-04-14 16:36:11 +05:30
committed by aakashb95
parent a393bf5906
commit 5247be59ba
5 changed files with 15 additions and 6 deletions
@@ -79,7 +79,7 @@ export default {
created() {
state = createState(
this.modelValue,
this.modelValue || '',
this.placeholder,
this.plugins,
{ onImageUpload: this.openFileBrowser },
@@ -170,7 +170,7 @@ export default {
},
reloadState() {
state = createState(
this.modelValue,
this.modelValue || '',
this.placeholder,
this.plugins,
{ onImageUpload: this.openFileBrowser },