This commit is contained in:
Mohit Panjwani
2021-07-30 19:09:56 +05:30
2 changed files with 2 additions and 9 deletions

View File

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