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

Merge branch 'dev-doc-annotation-issue' of...

Merge branch 'dev-doc-annotation-issue' of ssh://gitlab.iscpif.fr:20022/gargantext/haskell-gargantext into dev-textflow
parents 69f10d8e d9e09553
......@@ -914,7 +914,7 @@ putListNgrams' nodeId ngramsType ns = do
var <- view repoVar
liftBase $ modifyMVar_ var $ \r -> do
pure $ r & r_version +~ 1
& r_history %~ mempty
& r_history %~ (mempty :)
& r_state . at ngramsType %~
(Just .
(at nodeId %~
......
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