Skip to content

Commit

Permalink
fix breaking change: #136 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Dec 18, 2024
1 parent ec8d97f commit 9ff8c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app_web.ex
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ defmodule AppWeb do
def live_view do
quote do
use Phoenix.LiveView,
layout: {AppWeb.LayoutView, "live.html"}
layout: {AppWeb.LayoutView, :live}

unquote(view_helpers())
end
Expand Down

0 comments on commit 9ff8c2e

Please sign in to comment.