Merge pull request #502 from ytilotti/ytilotti-patch-1

Delete limit 255 description estimate
This commit is contained in:
Mohit Panjwani
2021-07-16 12:41:53 +05:30
committed by GitHub

View File

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