mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-10-22 13:20:12 +00:00
Refactor Dropdown
This commit is contained in:
@@ -49,7 +49,7 @@ emptyModel =
|
||||
Comp.FixedDropdown.initMap
|
||||
Data.PersonUse.label
|
||||
Data.PersonUse.all
|
||||
, orgModel = Comp.Dropdown.orgDropdown
|
||||
, orgModel = Comp.Dropdown.makeSingle
|
||||
}
|
||||
|
||||
|
||||
@@ -242,7 +242,7 @@ view2 mobile settings model =
|
||||
]
|
||||
, Html.map OrgDropdownMsg
|
||||
(Comp.Dropdown.view2
|
||||
DS.mainStyle
|
||||
(Comp.Dropdown.orgFormViewSettings DS.mainStyle)
|
||||
settings
|
||||
model.orgModel
|
||||
)
|
||||
|
Reference in New Issue
Block a user