fixed the issue where dashboard wasnt displaying the page content
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<x-layouts.app.sidebar :title="$title ?? null">
|
||||
<flux:main>
|
||||
<flux:main id="main-content">
|
||||
{{ $slot }}
|
||||
</flux:main>
|
||||
</x-layouts.app.sidebar>
|
||||
|
||||
@@ -325,9 +325,7 @@
|
||||
</flux:dropdown>
|
||||
</flux:header>
|
||||
|
||||
<main id="main-content" role="main" tabindex="-1">
|
||||
{{ $slot }}
|
||||
</main>
|
||||
{{ $slot }}
|
||||
|
||||
@fluxScripts
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user