Update Project.vue

This commit is contained in:
2025-06-01 17:24:35 +03:00
parent 55248873c5
commit f71fe513d2

View File

@@ -191,7 +191,6 @@ function getCellValue(userstory: Userstory, header: TableHeader): string | numbe
const attributes = dataStore.userstoryAttributesMap.get(userstory.id); const attributes = dataStore.userstoryAttributesMap.get(userstory.id);
if (attributes) { if (attributes) {
// Ключи для кастомных полей приходят как строки
const attrValue = attributes[header.attributeId.toString()]; const attrValue = attributes[header.attributeId.toString()];
if (attrValue === null) return null; if (attrValue === null) return null;