fix: removed console logs
This commit is contained in:
@@ -182,7 +182,7 @@ const ProfileTasks: FunctionComponent = () => {
|
|||||||
taskType_id: selectedTaskType,
|
taskType_id: selectedTaskType,
|
||||||
dateTime_due: formattedDate,
|
dateTime_due: formattedDate,
|
||||||
priority: selectedPriority,
|
priority: selectedPriority,
|
||||||
telegram_notifications: false,
|
telegram_notifications: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
if (isCreating) {
|
if (isCreating) {
|
||||||
@@ -373,7 +373,6 @@ const ProfileTasks: FunctionComponent = () => {
|
|||||||
subject: taskDetails.subject,
|
subject: taskDetails.subject,
|
||||||
taskType: taskDetails.task_type,
|
taskType: taskDetails.task_type,
|
||||||
};
|
};
|
||||||
console.log(task);
|
|
||||||
|
|
||||||
setIsOpen(true);
|
setIsOpen(true);
|
||||||
setIsEdit(true);
|
setIsEdit(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user