Skip to content

Commit

Permalink
chore: use reply in liveview
Browse files Browse the repository at this point in the history
  • Loading branch information
sorax committed Nov 16, 2023
1 parent 8e0dedd commit 3729976
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/radiator_web/live/outline_live/index.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ defmodule RadiatorWeb.OutlineLive.Index do

@impl true
def mount(_params, _session, socket) do
{:ok, socket}
socket
|> assign(:page_title, "Outline")
|> reply(:ok)
end
end

0 comments on commit 3729976

Please sign in to comment.