mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 05:31:10 -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, | ||||
|     } | ||||
|   }, | ||||
|   validations() { | ||||
|     return { | ||||
|       item: { | ||||
|         description: { | ||||
|           maxLength: maxLength(255), | ||||
|         }, | ||||
|       }, | ||||
|     } | ||||
|   }, | ||||
|   computed: { | ||||
|     ...mapGetters('item', ['items']), | ||||
|   }, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user