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.
1 parent 31b0e6e commit 6cc5fc1Copy full SHA for 6cc5fc1
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