aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/app/Page
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/Page')
-rw-r--r--frontend/app/Page/NewCollection.hs2
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"