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 3d7c341 commit 47eabbcCopy full SHA for 47eabbc
adminforth/modules/restApi.ts
@@ -764,7 +764,7 @@ export default class AdminForthRestAPI implements IAdminForthRestAPI {
764
}
765
766
data.data.forEach((item) => {
767
- item[col.name] = targetDataMap[item[col.name]];
+ // item[col.name] = targetDataMap[item[col.name]];, commented by @Vitalii
768
if (col.isArray?.enabled) {
769
if (item[col.name]?.length) {
770
item[col.name] = item[col.name].map((i) => targetDataMap[i]);
0 commit comments