mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 13:11:08 -04:00 
			
		
		
		
	change notes & description column type
This commit is contained in:
		| @ -340,7 +340,7 @@ export default { | ||||
|           between: between(0, this.maxDiscount), | ||||
|         }, | ||||
|         description: { | ||||
|           maxLength: maxLength(255), | ||||
|           maxLength: maxLength(65000), | ||||
|         }, | ||||
|       }, | ||||
|     } | ||||
|  | ||||
| @ -302,7 +302,7 @@ export default { | ||||
|       }, | ||||
|  | ||||
|       notes: { | ||||
|         maxLength: maxLength(255), | ||||
|         maxLength: maxLength(65000), | ||||
|       }, | ||||
|     }, | ||||
|   }, | ||||
|  | ||||
| @ -340,7 +340,7 @@ export default { | ||||
|           between: between(0, this.maxDiscount), | ||||
|         }, | ||||
|         description: { | ||||
|           maxLength: maxLength(255), | ||||
|           maxLength: maxLength(65000), | ||||
|         }, | ||||
|       }, | ||||
|     } | ||||
|  | ||||
| @ -118,7 +118,7 @@ | ||||
|                 :loading="isLoading" | ||||
|                 variant="primary" | ||||
|                 size="lg" | ||||
|                 class="flex w-full justify-center md:w-auto" | ||||
|                 class="flex justify-center w-full md:w-auto" | ||||
|               > | ||||
|                 <save-icon v-if="!isLoading" class="mr-2 -ml-1" /> | ||||
|                 {{ isEdit ? $t('items.update_item') : $t('items.save_item') }} | ||||
| @ -293,7 +293,7 @@ export default { | ||||
|       }, | ||||
|  | ||||
|       description: { | ||||
|         maxLength: maxLength(255), | ||||
|         maxLength: maxLength(65000), | ||||
|       }, | ||||
|     }, | ||||
|   }, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user