mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-10-22 13:20:12 +00:00
Add icon to fixed dropdown
This commit is contained in:
@@ -179,7 +179,7 @@ update flags msg model =
|
||||
makeUseItem : Model -> Maybe (Comp.FixedDropdown.Item PersonUse)
|
||||
makeUseItem model =
|
||||
Just <|
|
||||
Comp.FixedDropdown.Item model.use (Data.PersonUse.label model.use)
|
||||
Comp.FixedDropdown.Item model.use (Data.PersonUse.label model.use) Nothing
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user