mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 18:39:33 +00:00
parent
f88f299613
commit
d7bbbd2f96
@ -38,7 +38,11 @@ viewContent texts mid _ _ model =
|
||||
[ div [ class "container mx-auto" ]
|
||||
[ div [ class "px-0 flex flex-col" ]
|
||||
[ div [ class "py-4" ]
|
||||
[ renderForm texts model
|
||||
[ if mid == Nothing then
|
||||
renderForm texts model
|
||||
|
||||
else
|
||||
span [ class "hidden" ] []
|
||||
]
|
||||
, div [ class "py-0" ]
|
||||
[ Html.map DropzoneMsg
|
||||
|
Loading…
x
Reference in New Issue
Block a user