diff --git a/lib/livebook_web/live/hub/edit/team_component.ex b/lib/livebook_web/live/hub/edit/team_component.ex index 86b5cad66..62cdd1228 100644 --- a/lib/livebook_web/live/hub/edit/team_component.ex +++ b/lib/livebook_web/live/hub/edit/team_component.ex @@ -34,16 +34,26 @@ defmodule LivebookWeb.Hub.Edit.TeamComponent do ~H"""
-
+
- +
+ + +
@@ -93,13 +103,7 @@ defmodule LivebookWeb.Hub.Edit.TeamComponent do
- <.modal - :if={@show_key} - id="show-key-modal" - width={:medium} - show={true} - patch={~p"/hub/#{@hub.id}"} - > + <.modal show={@show_key} id="show-key-modal" width={:medium} patch={~p"/hub/#{@hub.id}"}>

Teams Key