remove required from form.memo

This commit is contained in:
ogerly 2022-08-05 15:49:37 +02:00
parent f95831d6a0
commit 9b97608a24

View File

@ -31,7 +31,6 @@
</b-form-datepicker>
<validation-provider
:rules="{
required: true,
min: minlength,
max: maxlength,
}"
@ -44,7 +43,6 @@
v-model="form.memo"
rows="3"
max-rows="6"
required
></b-form-textarea>
<b-col v-if="errors">
<span v-for="error in errors" class="errors" :key="error">{{ error }}</span>