File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
resources/views/components/forms/components Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11@php
22 use Filament\Actions\ Action ;
33 use Z3d0X\FilamentFabricator\Enums\ BlockPickerStyle ;
4+ use Illuminate\Support\ MessageBag ;
5+ use Illuminate\Support\ ViewErrorBag ;
46
57 $containers = $getChildComponentContainers ();
68 $blockPickerBlocks = $getBlockPickerBlocks ();
3032 $statePath = $getStatePath ();
3133@endphp
3234
33- <x-dynamic-component :component =" $getFieldWrapperView()" :field =" $field" :errors = " $errors " >
35+ <x-dynamic-component :component =" $getFieldWrapperView()" :field =" $field" >
3436 <div
3537 x-data =" {}"
3638 {{
6870 <ul
6971 x-sortable
7072 data-sortable-animation-duration =" {{ $getReorderAnimationDuration () } }"
71- wire:end.stop =" {{ ' mountFormComponentAction (\' ' . $statePath . ' \' , \' reorder\' , { items: $event.target.sortable.toArray() })' } }"
73+ wire:end.stop =" {{ ' mountAction (\' reorder\' , { items: $event.target.sortable.toArray() }, { schemaComponent: \' ' . $key . ' \' })' } }"
7274 class =" space-y-4"
7375 >
7476 @php
You can’t perform that action at this time.
0 commit comments