mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-10 06:54:28 +08:00
Fix sidebar selection for Apps
This commit is contained in:
parent
241b202714
commit
8b2add1e6c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ defmodule LivebookWeb.AppsDashboardLive do
|
|||
def render(assigns) do
|
||||
~H"""
|
||||
<LayoutHelpers.layout
|
||||
current_page={~p"/apps"}
|
||||
current_page={~p"/apps-dashboard"}
|
||||
current_user={@current_user}
|
||||
saved_hubs={@saved_hubs}
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue