Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
152
Issues
152
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
purescript-gargantext
Commits
ec4c5f29
Commit
ec4c5f29
authored
Apr 26, 2023
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] removing histo because of bug on some instances
parent
823a1866
Pipeline
#3947
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Texts.purs
src/Gargantext/Components/Nodes/Texts.purs
+2
-2
No files found.
src/Gargantext/Components/Nodes/Texts.purs
View file @
ec4c5f29
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment