fixed quantity error message issue

This commit is contained in:
Cihan Şentürk 2023-10-30 14:19:19 +03:00 committed by GitHub
parent c60e2504b9
commit d0ad2bbfca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@
/>
<div class="text-red text-sm mt-1 mb-3 block"
v-if="!form.errors.has('items.' + index + '.quantity')"
v-if="form.errors.has('items.' + index + '.quantity')"
v-html="form.errors.get('items.' + index + '.quantity')">
</div>