mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 12:42:15 +01:00
fix sub_group empty type placeholders showing parent type in shared reports view
This commit is contained in:
@@ -160,10 +160,7 @@ const tableData = computed(() => {
|
|||||||
cost: el.cost,
|
cost: el.cost,
|
||||||
description:
|
description:
|
||||||
el.description ??
|
el.description ??
|
||||||
emptyPlaceholder[
|
emptyPlaceholder[entry.grouped_type ?? 'project'],
|
||||||
aggregatedTableTimeEntries.value
|
|
||||||
?.grouped_type ?? 'project'
|
|
||||||
],
|
|
||||||
};
|
};
|
||||||
}) ?? [],
|
}) ?? [],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user