mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 14:51:31 -07:00
Change minimum allowed maxNoteTextLength to 0 (#4256)
This commit is contained in:
parent
83de6d1ce9
commit
e3bbfb2649
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ export const meta = {
|
||||||
},
|
},
|
||||||
|
|
||||||
maxNoteTextLength: {
|
maxNoteTextLength: {
|
||||||
validator: $.optional.num.min(1),
|
validator: $.optional.num.min(0),
|
||||||
desc: {
|
desc: {
|
||||||
'ja-JP': '投稿の最大文字数'
|
'ja-JP': '投稿の最大文字数'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue