Increase post character limit
This commit is contained in:
parent
b52a2f947c
commit
ec7827948d
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ import { setupAutoResize } from "@/utils/autoresize"
|
||||||
import { renderMarkdownLite } from "@/utils/markdown"
|
import { renderMarkdownLite } from "@/utils/markdown"
|
||||||
import { fileToDataUrl, dataUrlToBase64 } from "@/utils/upload"
|
import { fileToDataUrl, dataUrlToBase64 } from "@/utils/upload"
|
||||||
|
|
||||||
const POST_CHARACTER_LIMIT = 1000
|
const POST_CHARACTER_LIMIT = 2000
|
||||||
|
|
||||||
@Options({
|
@Options({
|
||||||
components: {
|
components: {
|
||||||
|
|
Loading…
Reference in a new issue