We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46f182a + 6cc5fc1 commit b03e5ceCopy full SHA for b03e5ce
packages/tdb-documents-ui-template/src/hook/hookUtility.js
@@ -23,7 +23,7 @@ export function extractDocuments(documentResultsArr) {
23
// if it is an array this is set type, I can have more than 1 result for row
24
//?? I can pust the count
25
if (Array.isArray(item[key])) {
26
- newJson[key] = `${(item[key].length)}`
+ newJson[key] = `Item Count ${(item[key].length)}`
27
}
28
else if (item[key] && typeof item[key] === "object") {
29
//key
0 commit comments