unused developments ejected

This commit is contained in:
Burak Civan
2022-11-28 17:58:41 +03:00
parent ecc643435b
commit 5714269f4a
2 changed files with 9 additions and 11 deletions

View File

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