mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +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",
|
"description": "Change your description for your profile",
|
||||||
"props": {
|
"props": {
|
||||||
"placeholder": "Enter here a description for your profile",
|
"placeholder": "Enter here a description for your profile",
|
||||||
"maxLength": 1000,
|
"maxLength": 320,
|
||||||
"showCount": true,
|
"showCount": true,
|
||||||
"allowClear": true
|
"allowClear": true
|
||||||
},
|
},
|
||||||
|
@ -15,7 +15,7 @@ const AllowedPublicUpdateFields = [
|
|||||||
const MaxStringsLengths = {
|
const MaxStringsLengths = {
|
||||||
fullName: 120,
|
fullName: 120,
|
||||||
email: 320,
|
email: 320,
|
||||||
description: 2000,
|
description: 320,
|
||||||
}
|
}
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user