chore: more debug messages

This commit is contained in:
Zach Daniel 2022-06-29 00:14:20 -04:00
parent ff3c89900e
commit 66026b816c

View file

@ -902,6 +902,10 @@ defmodule AshPhoenix.Form do
new_nested_forms = nested_forms ++ [validated]
IO.inspect(Enum.count(new_nested_forms), label: "count after adding")
IO.inspect(Enum.map(new_nested_forms, &params/1),
label: "params after adding"
)
nested_forms ++
[validated]
end)