fix: lesson editing

This commit is contained in:
Jannat Patel
2024-03-07 10:06:32 +05:30
parent 0ce7c74778
commit 2126b4f657
9 changed files with 87 additions and 28 deletions

View File

@@ -145,9 +145,9 @@ const removeStudent = createResource({
const removeStudents = (selections) => {
selections.forEach(async (student) => {
console.log(student)
removeStudent.submit({ student })
await setTimeout(1000)
})
students.reload()
}
</script>