mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Add icon to fixed dropdown
This commit is contained in:
@ -150,7 +150,7 @@ update flags msg model =
|
||||
makeUseItem : Model -> Maybe (Comp.FixedDropdown.Item OrgUse)
|
||||
makeUseItem model =
|
||||
Just <|
|
||||
Comp.FixedDropdown.Item model.use (Data.OrgUse.label model.use)
|
||||
Comp.FixedDropdown.Item model.use (Data.OrgUse.label model.use) Nothing
|
||||
|
||||
|
||||
view2 : Bool -> UiSettings -> Model -> Html Msg
|
||||
|
Reference in New Issue
Block a user