Skip to content

Commit

Permalink
Turn on SPA mode
Browse files Browse the repository at this point in the history
  • Loading branch information
glennjacobs committed Dec 21, 2023
1 parent c32c7bb commit c0a18f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/admin/src/LunarPanelManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ protected function defaultPanel(): Panel
};

return Panel::make()
->spa()
->default()
->id($this->panelId)
->brandName('Lunar')
Expand Down

0 comments on commit c0a18f2

Please sign in to comment.