diff options
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" |