mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
Merge pull request #502 from ytilotti/ytilotti-patch-1
Delete limit 255 description estimate
This commit is contained in:
@ -104,15 +104,6 @@ export default {
|
||||
loading: false,
|
||||
}
|
||||
},
|
||||
validations() {
|
||||
return {
|
||||
item: {
|
||||
description: {
|
||||
maxLength: maxLength(255),
|
||||
},
|
||||
},
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
...mapGetters('item', ['items']),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user