Commit 832afa38 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] Maybe ParentId

parent caef0e8b
...@@ -183,8 +183,7 @@ tableContainerCpt { dispatch ...@@ -183,8 +183,7 @@ tableContainerCpt { dispatch
] ]
, editor , editor
, if (selectionsExist ngramsSelection) , if (selectionsExist ngramsSelection)
then H.li {className: "list-group-item"} then H.li {className: "list-group-item"} [selectButtons true]
[selectButtons true]
else H.div {} [] else H.div {} []
, H.div {id: "terms_table", className: "card-body"} , H.div {id: "terms_table", className: "card-body"}
[ H.table {className: "table able"} [ H.table {className: "table able"}
......
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