diff --git a/resources/views/forms/components/resource-picker/modal.blade.php b/resources/views/forms/components/resource-picker/modal.blade.php index 11e6103..fba0077 100644 --- a/resources/views/forms/components/resource-picker/modal.blade.php +++ b/resources/views/forms/components/resource-picker/modal.blade.php @@ -91,56 +91,57 @@ $resourceLabel = $resource::getModelLabel(); @endphp - + -
-
- + statePath = $event.detail.getStatePath + $store.resourceBrowser.initResourceFromEvent('{{ $configuration->getAlpineStoreId() }}', $event.detail) + + open() + " + > +
+
+ +
-
- - -
config('filament.layout.forms.actions.alignment') === 'left', - 'justify-center' => config('filament.layout.forms.actions.alignment') === 'center', - 'justify-end' => config('filament.layout.forms.actions.alignment') === 'right', - ]) - > - - Cancel - - +
config('filament.layout.forms.actions.alignment') === 'left', + 'justify-center' => config('filament.layout.forms.actions.alignment') === 'center', + 'justify-end' => config('filament.layout.forms.actions.alignment') === 'right', + ]) > - Update and Close - -
- - + + Cancel + + + + Update and Close + +
+
+ +
@endforeach @endonce