Closed Essstp closed 1 year ago
Get Started with Ash and Phoenix --> Connecting your Resource to a Phoenix LiveView.
<.form let={f} for={@create_form} phx-submit="create_post">
and
<.form let={f} for={@update_form} phx-submit="update_post">
:let was introduced in v0.18, so I needed to add the colon to get this example working.
Fixed in latest docs, will deploy :)
Get Started with Ash and Phoenix --> Connecting your Resource to a Phoenix LiveView.
<.form let={f} for={@create_form} phx-submit="create_post">
and
<.form let={f} for={@update_form} phx-submit="update_post">
:let was introduced in v0.18, so I needed to add the colon to get this example working.