fix: removed console logs

This commit is contained in:
2025-05-12 01:51:34 +03:00
parent 4ad7a00535
commit d0cb13a7f1

View File

@@ -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);