Update lib/livebook_web/live/hub/new_live.ex

Co-authored-by: Alexandre de Souza <alexandre@aledsz.com.br>
This commit is contained in:
Hugo Baraúna 2025-08-19 09:30:31 -03:00 committed by GitHub
parent d342c0bdcb
commit 7ea740e662
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,