Skip to content

Commit 8e0c535

Browse files
authored
1 parent b3a93b8 commit 8e0c535

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DOM/HTML/Indexed/FormMethod.purs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import Prelude
55
data FormMethod
66
= POST
77
| GET
8+
| Dialog
89

910
derive instance eqFormMethod :: Eq FormMethod
1011
derive instance ordFormMethod :: Ord FormMethod
@@ -13,3 +14,4 @@ renderFormMethod :: FormMethod -> String
1314
renderFormMethod = case _ of
1415
POST -> "post"
1516
GET -> "get"
17+
Dialog -> "dialog"

0 commit comments

Comments
 (0)