fix: instructor notes

This commit is contained in:
Jannat Patel
2023-09-01 23:14:58 +05:30
parent 93db82305f
commit a9bd01b34e
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -521,7 +521,7 @@ const make_instructor_notes_component = () => {
fields: [
{
fieldname: "instructor_notes",
fieldtype: "Text Editor",
fieldtype: "Text",
default: $("#current-instructor-notes").html(),
},
],