Skip to content

Commit c704281

Browse files
committed
fixed edit description column issue #n39bu5
1 parent ad4dfc9 commit c704281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/edit.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
{{ Form::textGroup('order', trans('offline-payments::general.form.order'), 'sort', [], null, 'col-md-12') }}
3333

34-
{{ Form::textareaGroup('description', trans('general.description')) }}
34+
{{ Form::textareaGroup('description', trans('general.description'), null, null, ['rows' => '3', 'enable-v-model' => true]) }}
3535

3636
{!! Form::hidden('update_code', null) !!}
3737
</div>

0 commit comments

Comments
 (0)