Delete limit 255 description estimate

There is a limit on the description of the estimate vue which is not necessary.
The field in the database is in TEXT.
This commit is contained in:
Yohann Tilotti
2021-07-07 15:51:23 +02:00
committed by GitHub
parent 2ec87baa6f
commit 9893108539

View File

@ -104,15 +104,6 @@ export default {
loading: false, loading: false,
} }
}, },
validations() {
return {
item: {
description: {
maxLength: maxLength(255),
},
},
}
},
computed: { computed: {
...mapGetters('item', ['items']), ...mapGetters('item', ['items']),
}, },