From 9832c688fe7577186c8f6461ecef6e4d5d2aefd6 Mon Sep 17 00:00:00 2001 From: Gregor Vostrak Date: Wed, 4 Feb 2026 17:22:08 +0100 Subject: [PATCH] fix desync of checkboxes on the reporting detailed page, fixes #892 --- resources/js/Pages/ReportingDetailed.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/Pages/ReportingDetailed.vue b/resources/js/Pages/ReportingDetailed.vue index 269ae894..414551be 100644 --- a/resources/js/Pages/ReportingDetailed.vue +++ b/resources/js/Pages/ReportingDetailed.vue @@ -286,7 +286,7 @@ async function downloadExport(format: ExportFormat) {