fixed rich text conponent
This commit is contained in:
parent
9b484e03f2
commit
ed31084759
|
|
@ -60,7 +60,7 @@
|
|||
@endif
|
||||
|
||||
@if ($column['type'] == 'rich-text')
|
||||
<x-admin-form-richtext
|
||||
<x-admin-form-rich-text
|
||||
:name="$column['name']"
|
||||
:title="$column['label']"
|
||||
:required="$column['required'] ? true : false"
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
@if (isset($column['description']))
|
||||
<div class="help-text font-size-12 lh-base">{{ $column['description'] }}</div>
|
||||
@endif
|
||||
</x-admin-form-richtext>
|
||||
</x-admin-form-rich-text>
|
||||
@endif
|
||||
|
||||
@endforeach
|
||||
|
|
|
|||
Loading…
Reference in New Issue