fix: help section in course lesson

This commit is contained in:
Jannat Patel
2021-10-26 16:07:22 +05:30
parent 41f7be4ebc
commit 857f170034

View File

@@ -1,7 +1,7 @@
// Copyright (c) 2021, FOSS United and contributors
// For license information, please see license.txt
frappe.ui.form.on('Lesson', {
frappe.ui.form.on('Course Lesson', {
setup: function (frm) {
frm.trigger('setup_help');
},