Skip to content
Snippets Groups Projects
Commit caea0f03 authored by MeiMei's avatar MeiMei Committed by syuilo
Browse files

Change minimum allowed maxNoteTextLength to 0 (#4256)

parent 25a8b269
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ export const meta = {
},
maxNoteTextLength: {
validator: $.optional.num.min(1),
validator: $.optional.num.min(0),
desc: {
'ja-JP': '投稿の最大文字数'
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment