fixed landing page empty issue..

This commit is contained in:
Cüneyt Şentürk 2023-02-14 18:27:34 +03:00
parent ab1f7d1a5d
commit cdbab4f30e

View File

@ -62,7 +62,7 @@
</x-slot>
<x-slot name="body">
<x-form.group.select name="landing_page" label="{{ trans('auth.landing_page') }}" :options="$landing_pages" dynamicOptions="landing_pages" />
<x-form.group.select name="landing_page" label="{{ trans('auth.landing_page') }}" :options="$landing_pages" dynamicOptions="landing_pages" force-dynamic-option-value />
<x-form.group.locale />
</x-slot>