mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Remove cols property
This commit is contained in:
parent
aa14cfe18d
commit
73e010434e
|
@ -1,11 +1,9 @@
|
|||
@props([
|
||||
'value' => '',
|
||||
'cols' => 50,
|
||||
'rows' => 10,
|
||||
])
|
||||
|
||||
<textarea
|
||||
{{ $attributes->merge(['class' => 'form-control']) }}
|
||||
cols="{{ $cols }}"
|
||||
rows="{{ $rows }}"
|
||||
>{{ $value }}</textarea>
|
||||
|
|
Loading…
Reference in a new issue