mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
limit max description lenght
This commit is contained in:
parent
7cfb41bc66
commit
0b76e59990
@ -154,7 +154,7 @@ export default {
|
||||
"description": "Change your description for your profile",
|
||||
"props": {
|
||||
"placeholder": "Enter here a description for your profile",
|
||||
"maxLength": 1000,
|
||||
"maxLength": 320,
|
||||
"showCount": true,
|
||||
"allowClear": true
|
||||
},
|
||||
|
@ -15,7 +15,7 @@ const AllowedPublicUpdateFields = [
|
||||
const MaxStringsLengths = {
|
||||
fullName: 120,
|
||||
email: 320,
|
||||
description: 2000,
|
||||
description: 320,
|
||||
}
|
||||
|
||||
export default {
|
||||
|
Loading…
x
Reference in New Issue
Block a user