We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ad164 commit 31154e5Copy full SHA for 31154e5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "creating-networks-front",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"private": true,
5
"scripts": {
6
"serve": "vue-cli-service serve",
src/views/initiatives/steps/Step5.vue
@@ -16,7 +16,7 @@
16
class="textarea"
17
v-model="model.public_data.goals"
18
rows="2"
19
- v-validate="{required:true, max:4000}"
+ v-validate="{required:true, max:750}"
20
:data-vv-as="$t('forms.user.addInitiative.step5.fields[0].fieldName')"
21
:placeholder="$t('forms.user.addInitiative.step5.fields[0].placeholder')"
22
></textarea>
0 commit comments