Add icon to fixed dropdown

This commit is contained in:
Eike Kettner
2021-03-27 18:30:32 +01:00
parent 589e136883
commit 9fcab84267
13 changed files with 32 additions and 14 deletions

View File

@ -277,7 +277,7 @@ update flags msg model =
makeItem : IdName -> Comp.FixedDropdown.Item IdName
makeItem idn =
Comp.FixedDropdown.Item idn idn.name
Comp.FixedDropdown.Item idn idn.name Nothing
view2 : Flags -> Model -> Html Msg