mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-23 03:42:04 +03:00
Address review errors.
This commit is contained in:
parent
efa0b8dbd7
commit
77cf1dc1b2
1
elm.json
1
elm.json
@ -27,6 +27,7 @@
|
||||
"Server.Response",
|
||||
"PagesMsg",
|
||||
"Pages.Manifest",
|
||||
"Pages.FormData",
|
||||
"Pages.Manifest.Category",
|
||||
"Pages.Flags",
|
||||
"Pages.Fetcher",
|
||||
|
@ -9,7 +9,8 @@ module Pages.FormData exposing (FormData)
|
||||
import Form
|
||||
|
||||
|
||||
{-| -}
|
||||
{-| The payload for form submissions.
|
||||
-}
|
||||
type alias FormData =
|
||||
{ fields : List ( String, String )
|
||||
, method : Form.Method
|
||||
|
Loading…
Reference in New Issue
Block a user