From a52c8696acdf0fb06005cf951c7a7dbd6498c808 Mon Sep 17 00:00:00 2001 From: Felix Evers Date: Tue, 24 Mar 2026 09:57:09 +0100 Subject: [PATCH] fix date display in details --- web/components/tasks/TaskDataEditor.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/components/tasks/TaskDataEditor.tsx b/web/components/tasks/TaskDataEditor.tsx index 5be4800..87af51e 100644 --- a/web/components/tasks/TaskDataEditor.tsx +++ b/web/components/tasks/TaskDataEditor.tsx @@ -411,6 +411,7 @@ export const TaskDataEditor = ({ > {({ dataProps, focusableElementProps, interactionStates }) => (