We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a93fb commit a46d364Copy full SHA for a46d364
dev/layout.ex
@@ -71,7 +71,7 @@ defmodule LiveDebuggerDev.Layout do
71
def render("app.html", assigns) do
72
~H"""
73
<main>
74
- <LiveDebugger.debug_button redirect_url="/live_debug" socket_id={@socket.id} />
+ <LiveDebugger.debug_button socket_id={@socket.id} />
75
<%= @inner_content %>
76
</main>
77
"""
0 commit comments