fix: handle case where certain actions are not present

This commit is contained in:
Zach Daniel 2022-05-25 22:40:08 -04:00
parent a0d01bf6ea
commit d80a87c062

View file

@ -2682,6 +2682,9 @@ defmodule AshPhoenix.Form do
else
{forms, params}
end
true ->
{forms, params}
end
else
{forms, params}