refactor: dynamic data for statistics charts

This commit is contained in:
Jannat Patel
2025-04-28 18:05:43 +05:30
parent aeb6c0f433
commit 6f2f0092f0
9 changed files with 5795 additions and 336 deletions

View File

@@ -172,7 +172,7 @@ function enrollStudent() {
)
setTimeout(() => {
window.location.href = `/login?redirect-to=${window.location.pathname}`
}, 2000)
}, 1000)
} else {
const enrollStudentResource = createResource({
url: 'lms.lms.doctype.lms_enrollment.lms_enrollment.create_membership',