fix: removed badge page reference from the router

This commit is contained in:
Jannat Patel
2026-02-23 10:41:13 +05:30
parent bb47fd5ba9
commit 58826fe30f
2 changed files with 1 additions and 7 deletions

View File

@@ -139,12 +139,6 @@ const routes = [
name: 'Notifications',
component: () => import('@/pages/Notifications.vue'),
},
{
path: '/badges/:badgeName/:email',
name: 'Badge',
component: () => import('@/pages/Badge.vue'),
props: true,
},
{
path: '/quizzes',
name: 'Quizzes',

View File

@@ -2,4 +2,4 @@ import frappe
def execute():
frappe.db.set_value("LMS Settings", None, "allow_job_posting", 1)
frappe.db.set_single_value("LMS Settings", "allow_job_posting", 1)