Merge pull request #1323 from pateljannat/batch-reminders

feat: batch start and live class reminder
This commit is contained in:
Jannat Patel
2025-02-18 17:34:44 +05:30
committed by GitHub
7 changed files with 152 additions and 13 deletions

View File

@@ -313,7 +313,7 @@ const tabs = computed(() => {
})
const redirectToLogin = () => {
window.location.href = `/login?redirect-to=/batches`
window.location.href = `/login?redirect-to=/lms/batch/${props.batchName}`
}
const openAnnouncementModal = () => {