mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
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:
@ -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