From d0cb13a7f1c8d05a907680775377720ec6adf4f6 Mon Sep 17 00:00:00 2001 From: Sergey Elpashev Date: Mon, 12 May 2025 01:51:34 +0300 Subject: [PATCH] fix: removed console logs --- src/pages/profile_tasks.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/profile_tasks.tsx b/src/pages/profile_tasks.tsx index b9398a9..3408d10 100644 --- a/src/pages/profile_tasks.tsx +++ b/src/pages/profile_tasks.tsx @@ -182,7 +182,7 @@ const ProfileTasks: FunctionComponent = () => { taskType_id: selectedTaskType, dateTime_due: formattedDate, priority: selectedPriority, - telegram_notifications: false, + telegram_notifications: true, }; if (isCreating) { @@ -373,7 +373,6 @@ const ProfileTasks: FunctionComponent = () => { subject: taskDetails.subject, taskType: taskDetails.task_type, }; - console.log(task); setIsOpen(true); setIsEdit(true);