mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-04 12:04:20 +08:00
Update lib/livebook_web/live/hub/new_live.ex
Co-authored-by: Alexandre de Souza <alexandre@aledsz.com.br>
This commit is contained in:
parent
d342c0bdcb
commit
7ea740e662
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ defmodule LivebookWeb.Hub.NewLive do
|
|||
alias Livebook.Teams.Org
|
||||
alias LivebookWeb.LayoutComponents
|
||||
|
||||
on_mount(LivebookWeb.SidebarHook)
|
||||
on_mount LivebookWeb.SidebarHook
|
||||
|
||||
@check_completion_data_interval Application.compile_env(
|
||||
:livebook,
|
||||
|
|
Loading…
Add table
Reference in a new issue