We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f7478 commit dcba522Copy full SHA for dcba522
src/WebRow/Forms/BuilderM.purs
@@ -29,4 +29,4 @@ eval ∷ ∀ a. BuilderM a → a
29
eval (BuilderM a) = evalState a 0
30
31
id ∷ BuilderM String
32
-id = append "id:" <<< show <$> next
+id = append "id" <<< show <$> next
0 commit comments