diff options
author | Kierán Meinhardt <kmein@posteo.de> | 2024-10-13 13:00:30 +0200 |
---|---|---|
committer | Kierán Meinhardt <kmein@posteo.de> | 2024-10-13 13:00:58 +0200 |
commit | 85a430beb6c9098e3812001939295059d3ae4ef7 (patch) | |
tree | 9cc6be11628f80b8edcd25ba4a11935bf2af7569 /frontend/app/Page | |
parent | 91454fa171e6a5616c9cbceb725a290963fc0c31 (diff) |
frontend: support number forms
Diffstat (limited to 'frontend/app/Page')
-rw-r--r-- | frontend/app/Page/NewCollection.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/Page/NewCollection.hs b/frontend/app/Page/NewCollection.hs index bc789f8..4b2cf9c 100644 --- a/frontend/app/Page/NewCollection.hs +++ b/frontend/app/Page/NewCollection.hs @@ -55,4 +55,4 @@ viewModel m = do collectionForm :: F.Form MisoString MisoString collectionForm = - F.input "name" + F.inputText "name" |