Add task blanks input fields

This commit is contained in:
2023-07-29 19:28:16 +01:00
parent 75413b2c5e
commit 4dcf065501

View File

@@ -171,4 +171,6 @@ async function newTask() {
points: Number(points),
})
});
points.value = "";
name.value = "";
}