fix: изменение функции editTask под измененную функцию с бека

This commit is contained in:
Vladiysss
2026-03-15 19:42:47 +03:00
parent 2061e854e2
commit 2c77cb96c4

View File

@@ -162,7 +162,7 @@ const KBBoard = () => {
}; };
const handleEditTask = async (e) => { const handleEditTask = async (e) => {
e.preventDefault(); e.preventDefault();
await editTask(editedTask.id, taskTitle, taskDescription, taskCategory, taskDeadline, modalEditTask); await editTask(editedTask.id, taskTitle, taskDescription, taskPosition, taskDeadline, taskCategory, modalEditTask);
}; };
const handleDeleteTask = async (e) => { const handleDeleteTask = async (e) => {
e.preventDefault(); e.preventDefault();