From 5e5c2d35aca5ef4e0ee1be304c1e1e4f70fcf821 Mon Sep 17 00:00:00 2001 From: Jamil Date: Thu, 27 Oct 2022 15:24:52 -0700 Subject: [PATCH] Use :live, not live.html (#1069) --- apps/fz_http/lib/fz_http_web.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/fz_http/lib/fz_http_web.ex b/apps/fz_http/lib/fz_http_web.ex index 57a83ab33..169dea0ef 100644 --- a/apps/fz_http/lib/fz_http_web.ex +++ b/apps/fz_http/lib/fz_http_web.ex @@ -58,7 +58,7 @@ defmodule FzHttpWeb do def live_view do quote do - use Phoenix.LiveView, layout: {FzHttpWeb.LayoutView, "live.html"} + use Phoenix.LiveView, layout: {FzHttpWeb.LayoutView, :live} import FzHttpWeb.LiveHelpers alias FzHttp.Configurations, as: Conf alias Phoenix.LiveView.JS