Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
fix: prop to props
Browse files Browse the repository at this point in the history
Co-authored-by: Yoshitaka Totsuka <y047aka@users.noreply.github.com>
  • Loading branch information
pxfnc and y047aka authored Feb 11, 2024
1 parent d78f795 commit 4524513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ main =
[ Emaki.text
{ init = ""
, label = "user name"
, onChange = \newValue viewProp -> { viewProp | userName = newValue }
, onChange = \newValue viewProps -> { viewProps | userName = newValue }
}
, Emaki.toggle
{ init = False
Expand Down

0 comments on commit 4524513

Please sign in to comment.