@conboai/app.db.query 0.2.5 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app.db.query.js +4 -1
- package/package.json +1 -1
package/dist/app.db.query.js
CHANGED
|
@@ -75489,7 +75489,10 @@ const nK = (e, t) => [
|
|
|
75489
75489
|
{
|
|
75490
75490
|
headerName: "Feed Name",
|
|
75491
75491
|
field: "feedId",
|
|
75492
|
-
renderCell: (r) =>
|
|
75492
|
+
renderCell: (r) => {
|
|
75493
|
+
var n;
|
|
75494
|
+
return (n = t.find((i) => i.id === r)) == null ? void 0 : n.name;
|
|
75495
|
+
}
|
|
75493
75496
|
}
|
|
75494
75497
|
], iK = {
|
|
75495
75498
|
cargo: "",
|