Make right slot optional in SettingLayout

This commit is contained in:
philipp lang 2024-10-20 18:26:17 +02:00
parent c129d4927a
commit c192367bd1
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class SettingLayout extends Component
return <<<'HTML' return <<<'HTML'
<x-page::layout> <x-page::layout>
<x-slot:right> <x-slot:right>
{{ $right }} {{ $right ?? '' }}
</x-slot:right> </x-slot:right>
<div class="flex grow relative"> <div class="flex grow relative">
<x-ui::menulist :entries="$entries"></x-ui::menulist> <x-ui::menulist :entries="$entries"></x-ui::menulist>