From 85a430beb6c9098e3812001939295059d3ae4ef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sun, 13 Oct 2024 13:00:30 +0200 Subject: frontend: support number forms --- frontend/app/Page/NewCollection.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/app/Page/NewCollection.hs') 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" -- cgit v1.2.3