console error fixed

This commit is contained in:
Burak Civan
2022-11-29 10:07:39 +03:00
parent 6d43a4fa96
commit 41fbca6725
2 changed files with 11 additions and 9 deletions

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