mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 11:12:16 +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,
|
cost: el.cost,
|
||||||
description: getNameForReportingRowEntry(
|
description: getNameForReportingRowEntry(
|
||||||
el.key,
|
el.key,
|
||||||
el.grouped_type
|
entry.grouped_type
|
||||||
),
|
),
|
||||||
};
|
};
|
||||||
}) ?? [],
|
}) ?? [],
|
||||||
|
|||||||
Reference in New Issue
Block a user