From 323a65ae73fb45b97c9fea6af26057f3256e6835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 6 Feb 2024 18:18:31 +0100 Subject: [PATCH] Update lib/phoenix_html/form.ex --- lib/phoenix_html/form.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/phoenix_html/form.ex b/lib/phoenix_html/form.ex index 80b7888..67e8c8b 100644 --- a/lib/phoenix_html/form.ex +++ b/lib/phoenix_html/form.ex @@ -75,7 +75,7 @@ defmodule Phoenix.HTML.Form do source: Phoenix.HTML.FormData.t(), name: String.t(), data: %{field => term}, - action: nil | atom() | String.t(), + action: atom(), params: %{binary => term}, hidden: Keyword.t(), options: Keyword.t(),