mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Migrate away from wire:model.defer
This commit is contained in:
parent
58e638d3cb
commit
29d87246a2
|
@ -98,7 +98,7 @@
|
|||
name="name"
|
||||
wire:keydown.enter="createToken(name)"
|
||||
{{-- defer because it's submitting as i type if i don't --}}
|
||||
wire:model.defer="name"
|
||||
wire:model="name"
|
||||
autofocus
|
||||
>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue