Add task blanks input fields
This commit is contained in:
@@ -171,4 +171,6 @@ async function newTask() {
|
|||||||
points: Number(points),
|
points: Number(points),
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
points.value = "";
|
||||||
|
name.value = "";
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user