removed alarms and location from task model

This commit is contained in:
2026-06-18 23:02:20 +02:00
parent 999023e48a
commit cee5af0f84
3 changed files with 0 additions and 26 deletions
-2
View File
@@ -139,8 +139,6 @@ class _TaskEditPageState extends State<TaskEditPage> {
isCompleted: false,
category: categoryController.text,
subtasks: [],
alarms: [],
location: null,
url: urlController.text,
),
);