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