mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-14 15:33:54 -08:00
a little cleanup
This commit is contained in:
parent
477bb6165f
commit
e097df912e
|
@ -93,7 +93,8 @@
|
||||||
<label class="col-md-4 control-label" for="name">Name</label>
|
<label class="col-md-4 control-label" for="name">Name</label>
|
||||||
|
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<input id="create-token-name" type="text" aria-label="name" class="form-control" name="name"
|
<input id="create-token-name" type="text" aria-label="name" class="form-control"
|
||||||
|
name="name"
|
||||||
{{-- defer because it's submitting as i type if i don't --}}
|
{{-- defer because it's submitting as i type if i don't --}}
|
||||||
wire:model.defer="name"
|
wire:model.defer="name"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue