Make right slot optional in SettingLayout
This commit is contained in:
parent
582d252e36
commit
c27bf43b4a
|
@ -25,7 +25,7 @@ class SettingLayout extends Component
|
|||
return <<<'HTML'
|
||||
<x-page::layout>
|
||||
<x-slot:right>
|
||||
{{ $right }}
|
||||
{{ $right ?? '' }}
|
||||
</x-slot:right>
|
||||
<div class="flex grow relative">
|
||||
<x-ui::menulist :entries="$entries"></x-ui::menulist>
|
||||
|
|
Loading…
Reference in New Issue