mix format

This commit is contained in:
2022-01-22 17:21:10 -05:00
parent 421badbb90
commit 16018ae111
15 changed files with 122 additions and 127 deletions

View File

@ -31,9 +31,13 @@ defmodule CanneryWeb.AmmoGroupLive.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="ammo_group-form"
phx-target={@myself}
phx-change="validate"