mirror of
https://github.com/frappe/lms.git
synced 2026-04-25 18:09:40 +03:00
fix(persona): skip button now successfully redirects to courses
This commit is contained in:
@@ -88,7 +88,7 @@ const submitPersona = () => {
|
||||
const skipPersonaForm = () => {
|
||||
call('frappe.client.set_value', {
|
||||
doctype: 'LMS Settings',
|
||||
name: null,
|
||||
name: 'LMS Settings',
|
||||
fieldname: 'persona_captured',
|
||||
value: 1,
|
||||
}).then(() => {
|
||||
|
||||
Reference in New Issue
Block a user