Quantity error message does not appear

This commit is contained in:
merve karaman 2023-09-07 16:05:08 +03:00 committed by GitHub
parent dfa13bf5d3
commit ca3c4d30f6
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>