mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Manage spaces in web-ui
This commit is contained in:
@ -160,7 +160,11 @@ viewCollectiveSettings model =
|
||||
|
||||
viewManageData : Model -> Html Msg
|
||||
viewManageData model =
|
||||
Html.map ManageDataMsg (Page.ManageData.View.view model.uiSettings model.manageDataModel)
|
||||
Html.map ManageDataMsg
|
||||
(Page.ManageData.View.view model.flags
|
||||
model.uiSettings
|
||||
model.manageDataModel
|
||||
)
|
||||
|
||||
|
||||
viewLogin : Model -> Html Msg
|
||||
|
Reference in New Issue
Block a user