mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 08:12:17 +01:00
fix reporting descriptions for nested group
This commit is contained in:
committed by
Constantin Graf
parent
ae7f5a98e7
commit
32bce2f749
@@ -258,7 +258,7 @@ const tableData = computed(() => {
|
||||
cost: el.cost,
|
||||
description: getNameForReportingRowEntry(
|
||||
el.key,
|
||||
el.grouped_type
|
||||
entry.grouped_type
|
||||
),
|
||||
};
|
||||
}) ?? [],
|
||||
|
||||
Reference in New Issue
Block a user