mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 22:14:28 +01:00
Fix regression with deleting tasks
This commit is contained in:
@@ -39,7 +39,7 @@ class TaskViewModel with ChangeNotifier {
|
||||
_taskService.saveDeletedTask(taskId);
|
||||
tasks.removeWhere((task) => task.id == taskId);
|
||||
notifyListeners();
|
||||
print("Tasks deleted successfully!");
|
||||
print("Task $taskId deleted successfully!");
|
||||
}
|
||||
|
||||
/// Fetches tasks from the data source.
|
||||
|
||||
Reference in New Issue
Block a user