removed alarms and location from task model
This commit is contained in:
@@ -139,8 +139,6 @@ class _TaskEditPageState extends State<TaskEditPage> {
|
||||
isCompleted: false,
|
||||
category: categoryController.text,
|
||||
subtasks: [],
|
||||
alarms: [],
|
||||
location: null,
|
||||
url: urlController.text,
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user