mix format
This commit is contained in:
@ -31,9 +31,12 @@ defmodule CanneryWeb.ContainerLive.FormComponent do
|
||||
def render(assigns) do
|
||||
~H"""
|
||||
<div>
|
||||
<h2><%= @title %></h2>
|
||||
|
||||
<.form let={f} for={@changeset}
|
||||
<h2>
|
||||
<%= @title %>
|
||||
</h2>
|
||||
<.form
|
||||
let={f}
|
||||
for={@changeset}
|
||||
id="container-form"
|
||||
phx-target={@myself}
|
||||
phx-change="validate"
|
||||
|
Reference in New Issue
Block a user