kui-crm_actions 0.0.90 → 0.0.91
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/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/cjs/index.js
CHANGED
@@ -1039,7 +1039,7 @@ var FillingListStore = /** @class */ (function () {
|
|
1039
1039
|
(fillingList === null || fillingList === void 0 ? void 0 : fillingList.map(function (filling) { return ({
|
1040
1040
|
id: filling.id,
|
1041
1041
|
name: filling.description,
|
1042
|
-
tagName: filling.
|
1042
|
+
tagName: filling.feature_name,
|
1043
1043
|
serialNumber: filling.serial_code,
|
1044
1044
|
numberOfSubjects: filling.amount,
|
1045
1045
|
wasMissing: filling.is_absent,
|