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 6804eb098d
commit 9832c688fe

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