mirror of
https://github.com/frappe/lms.git
synced 2026-04-28 11:39:27 +03:00
fix(persona): skip/continue button redirects to Home page
This commit is contained in:
@@ -80,7 +80,7 @@ const submitPersona = () => {
|
||||
responses: JSON.stringify(responses),
|
||||
}).then(() => {
|
||||
router.push({
|
||||
name: 'Courses',
|
||||
name: 'Home',
|
||||
})
|
||||
})
|
||||
}
|
||||
@@ -93,7 +93,7 @@ const skipPersonaForm = () => {
|
||||
value: 1,
|
||||
}).then(() => {
|
||||
router.push({
|
||||
name: 'Courses',
|
||||
name: 'Home',
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user