Skip to content

Commit

Permalink
BUGFIX 🐛 Make sure the correct default layout is chosen for backwards…
Browse files Browse the repository at this point in the history
… compatibility
  • Loading branch information
ndeblauw committed Dec 12, 2024
1 parent 6994455 commit b5c6888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Components/Adminlayout/AdminLayout.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function render()
{
$this->sidebarMenuGenerator();

return config('blue-admin.flux-layout', true)
return config('blue-admin.flux-layout', false)
? view('BlueAdminLayouts::flux.layout')
: view('BlueAdminLayout::admin-layout');
}
Expand Down

0 comments on commit b5c6888

Please sign in to comment.