mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Reset hidden fields on confirm
On confirm hidden fields are cleared, so that no "confirmed" information is attached that the user has never seen.
This commit is contained in:
@ -24,7 +24,7 @@ emptyModel =
|
||||
Comp.ItemDetail.Model.emptyModel
|
||||
|
||||
|
||||
update : Nav.Key -> Flags -> Maybe String -> Msg -> Model -> ( Model, Cmd Msg, Sub Msg )
|
||||
update : Nav.Key -> Flags -> Maybe String -> UiSettings -> Msg -> Model -> ( Model, Cmd Msg, Sub Msg )
|
||||
update =
|
||||
Comp.ItemDetail.Update.update
|
||||
|
||||
|
Reference in New Issue
Block a user