a little cleanup

This commit is contained in:
spencerrlongg 2023-11-15 22:35:20 -06:00
parent 477bb6165f
commit e097df912e

View file

@ -93,7 +93,8 @@
<label class="col-md-4 control-label" for="name">Name</label>
<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 --}}
wire:model.defer="name"
>