fixed landing page empty issue..
This commit is contained in:
parent
ab1f7d1a5d
commit
cdbab4f30e
@ -62,7 +62,7 @@
|
|||||||
</x-slot>
|
</x-slot>
|
||||||
|
|
||||||
<x-slot name="body">
|
<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-form.group.locale />
|
||||||
</x-slot>
|
</x-slot>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user