Skip to content

Commit 31154e5

Browse files
committed
Fix max characters on goals. Ready for 0.1.3
1 parent f9ad164 commit 31154e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "creating-networks-front",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",

src/views/initiatives/steps/Step5.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
class="textarea"
1717
v-model="model.public_data.goals"
1818
rows="2"
19-
v-validate="{required:true, max:4000}"
19+
v-validate="{required:true, max:750}"
2020
:data-vv-as="$t('forms.user.addInitiative.step5.fields[0].fieldName')"
2121
:placeholder="$t('forms.user.addInitiative.step5.fields[0].placeholder')"
2222
></textarea>

0 commit comments

Comments
 (0)