mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
set max memo length to 255
This commit is contained in:
parent
3f5883904d
commit
6fe7e4c9a2
@ -102,7 +102,7 @@
|
|||||||
:rules="{
|
:rules="{
|
||||||
required: true,
|
required: true,
|
||||||
min: 5,
|
min: 5,
|
||||||
max: 150,
|
max: 255,
|
||||||
}"
|
}"
|
||||||
:name="$t('form.message')"
|
:name="$t('form.message')"
|
||||||
v-slot="{ errors }"
|
v-slot="{ errors }"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user