mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-08 22:50:00 +08:00
added report reason
This commit is contained in:
parent
18c66a1693
commit
059630c606
2 changed files with 3 additions and 1 deletions
|
@ -120,7 +120,8 @@ quotesRouter.post(
|
|||
.valid(
|
||||
"Grammatical error",
|
||||
"Inappropriate content",
|
||||
"Low quality content"
|
||||
"Low quality content",
|
||||
"Incorrect source"
|
||||
)
|
||||
.required(),
|
||||
comment: joi.string().allow("").max(250).required(),
|
||||
|
|
|
@ -587,6 +587,7 @@
|
|||
<option value="Grammatical error">Grammatical error</option>
|
||||
<option value="Inappropriate content">Inappropriate content</option>
|
||||
<option value="Low quality content">Low quality content</option>
|
||||
<option value="Incorrect source">Incorrect source</option>
|
||||
</select>
|
||||
<label>comment</label>
|
||||
<div style="position: relative">
|
||||
|
|
Loading…
Add table
Reference in a new issue