fix(persona): skip button now successfully redirects to courses

This commit is contained in:
raizasafeel
2026-03-05 13:38:47 +05:30
parent 9923b702e0
commit 865634ce82
+1 -1
View File
@@ -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(() => {