Commit 2389034c authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge branch 'dev-ngrams-table' of...

Merge branch 'dev-ngrams-table' of ssh://gitlab.iscpif.fr:20022/gargantext/purescript-gargantext into dev-merge
parents 454187c1 041afa73
......@@ -60,8 +60,11 @@ ngramsViewCpt :: R.Component NgramsViewProps
ngramsViewCpt = R.staticComponent "ListsNgramsView" cpt
where
cpt {mode, session, corpusId, corpusData: {defaultListId}} _ =
NT.mainNgramsTable
{session, defaultListId, nodeId: corpusId, tabType, tabNgramType}
R.fragment
[ chart mode
, NT.mainNgramsTable
{session, defaultListId, nodeId: corpusId, tabType, tabNgramType}
]
where
tabNgramType = modeTabType mode
tabType = TabCorpus (TabNgramType tabNgramType)
......
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