working leantime widget 125

This commit is contained in:
Alma 2025-04-12 23:09:48 +02:00
parent 79639020f8
commit e798670921

View File

@ -11,7 +11,6 @@ interface Task {
headline: string;
description: string;
dateToFinish: string | null;
date: string | null;
projectId: number;
projectName: string;
status: number;