Skip to content

Commit dcba522

Browse files
committed
Drop colon from auto generated field names
1 parent 20f7478 commit dcba522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebRow/Forms/BuilderM.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ eval ∷ ∀ a. BuilderM a → a
2929
eval (BuilderM a) = evalState a 0
3030

3131
id BuilderM String
32-
id = append "id:" <<< show <$> next
32+
id = append "id" <<< show <$> next

0 commit comments

Comments
 (0)