fix desync of checkboxes on the reporting detailed page, fixes #892

This commit is contained in:
Gregor Vostrak
2026-02-04 17:22:08 +01:00
parent 22f3af2b79
commit f82f5e780c

View File

@@ -286,7 +286,7 @@ async function downloadExport(format: ExportFormat) {
<div class="w-full relative @container">
<div v-for="entry in timeEntries" :key="entry.id">
<TimeEntryRow
:selected="selectedTimeEntries.includes(entry)"
:selected="selectedTimeEntries.some((item) => item.id === entry.id)"
:can-create-project="canCreateProjects()"
:create-client
:create-project