mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00: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,
|
loading: false,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
validations() {
|
|
||||||
return {
|
|
||||||
item: {
|
|
||||||
description: {
|
|
||||||
maxLength: maxLength(255),
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
||||||
},
|
|
||||||
computed: {
|
computed: {
|
||||||
...mapGetters('item', ['items']),
|
...mapGetters('item', ['items']),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user