Fix missing attributes in example code

This commit is contained in:
Tessa Kelly 2020-09-02 14:46:12 -07:00
parent c09053b69c
commit 72e60d9367

View File

@ -125,8 +125,7 @@ view model =
]
, footer =
[ button
[ Events.onClick CloseModal
]
(Events.onClick CloseModal :: lastFocusableElement)
[ text "Close" ]
]
}