Merge remote-tracking branch 'origin/install' into install
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user