clear console error fixed

This commit is contained in:
Burak Civan 2022-11-28 15:59:59 +03:00
parent c2fcd80364
commit 67efcbbcaf

View File

@ -17,7 +17,7 @@
accept-charset="{{ $acceptCharset }}"
@endif
@submit.prevent="{{ $submit }}"
@keydown="form.errors.clear($event.target.name)"
@keydown="form.errors ? form.errors.clear($event.target.name) : null"
{{ $attributes }}
>
@csrf