Commit 2d81fdd5 authored by Nicolas Pouillard's avatar Nicolas Pouillard

Refactor: it is already a Seq

parent 790ec952
...@@ -359,7 +359,7 @@ pagePaintCpt = R.hooksComponentWithModule thisModule "pagePaintCpt" cpt where ...@@ -359,7 +359,7 @@ pagePaintCpt = R.hooksComponentWithModule thisModule "pagePaintCpt" cpt where
{ colNames { colNames
, container: T.defaultContainer { title: "Documents" } , container: T.defaultContainer { title: "Documents" }
, params , params
, rows: Seq.fromFoldable $ rows localCategories , rows: rows localCategories
, totalRecords , totalRecords
, wrapColElts , wrapColElts
} }
......
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