aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/app/Form
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2025-02-20 12:29:35 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2025-02-20 18:36:23 +0100
commitcaf72faccc04e647c27e1b5eef85c515949d8210 (patch)
treeec32dda7b87c12712307d2d101368fed5888d4b9 /frontend/app/Form
parent3c64b52017e7c16da0d017c033c77eee5d7a4340 (diff)
consolidate `backend, cli, common` -> `acms`
Diffstat (limited to 'frontend/app/Form')
-rw-r--r--frontend/app/Form/Input.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/Form/Input.hs b/frontend/app/Form/Input.hs
index 0b4f1ca..040b961 100644
--- a/frontend/app/Form/Input.hs
+++ b/frontend/app/Form/Input.hs
@@ -160,7 +160,7 @@ inputText label =
value_ i,
onInput id
],
- div_ [ class_ "error-helper" ] $
+ div_ [class_ "error-helper"] $
[either text (\_ -> text "") (parse i)]
]
]