update input component
This commit is contained in:
parent
c3fad776f5
commit
dd78f1e804
|
|
@ -15,7 +15,7 @@
|
||||||
</label>
|
</label>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
<div class="mt-2 grid grid-cols-1">
|
<div class="mt-1 grid grid-cols-1">
|
||||||
<input
|
<input
|
||||||
id="{{ $id ?? $name }}"
|
id="{{ $id ?? $name }}"
|
||||||
type="{{ $type }}"
|
type="{{ $type }}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue