change notes & description column type

This commit is contained in:
raishvaria
2020-12-08 12:55:28 +05:30
parent e222af335e
commit d2e11bd7df
6 changed files with 53 additions and 7 deletions

View File

@ -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),
},
},
},