mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Always show custom field dropdown in detail mode
Even if there are no custom fields define, the control is shown now. The user can create a new one in this view.
This commit is contained in:
@ -1149,7 +1149,7 @@ tabState : UiSettings -> Model -> TB.Tab Msg -> ( TB.State, Msg )
|
||||
tabState settings model tab =
|
||||
FTabState.tabState settings
|
||||
model.openTabs
|
||||
model.customFieldModel
|
||||
(Just model.customFieldModel)
|
||||
(.title >> ToggleAkkordionTab)
|
||||
tab
|
||||
|
||||
|
Reference in New Issue
Block a user