mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-28 18:24:04 +03:00
make sure module page shows correct version
This commit is contained in:
parent
4ed233a424
commit
043b4aa026
@ -33,7 +33,7 @@ type alias State =
|
||||
{-| -}
|
||||
example : (Msg -> msg) -> State -> ModuleExample msg
|
||||
example parentMessage state =
|
||||
{ name = "Nri.Ui.TextInput.V4"
|
||||
{ name = "Nri.Ui.TextInput.V5"
|
||||
, category = Inputs
|
||||
, content =
|
||||
[ Html.map parentMessage <|
|
||||
|
Loading…
Reference in New Issue
Block a user