Commit ec4c5f29 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] removing histo because of bug on some instances

parent 823a1866
Pipeline #3947 failed with stage
in 0 seconds
...@@ -214,8 +214,8 @@ tabsCpt = here.component "tabs" cpt ...@@ -214,8 +214,8 @@ tabsCpt = here.component "tabs" cpt
, activeTab , activeTab
, tabs: [ , tabs: [
"Documents" /\ R.fragment [ "Documents" /\ R.fragment [
histoRender { boxes, path, onClick, onInit, reload: chartReload, session } [] {- histoRender { boxes, path, onClick, onInit, reload: chartReload, session } []
, docView' path chartReload TabDocs , -} docView' path chartReload TabDocs
] ]
, "Trash" /\ docView' path chartReload TabTrash , "Trash" /\ docView' path chartReload TabTrash
-- , "More like fav" /\ docView' path TabMoreLikeFav -- , "More like fav" /\ docView' path TabMoreLikeFav
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment