mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 04:31:08 -04:00
change notes & description column type
This commit is contained in:
@ -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