diff --git a/frontend/src/utils/program.ts b/frontend/src/utils/program.ts index 67d05236..ee9e7fae 100644 --- a/frontend/src/utils/program.ts +++ b/frontend/src/utils/program.ts @@ -79,7 +79,9 @@ export class Program { } call("frappe.client.get_value", { doctype: 'LMS Programming Exercise', - name: exercise, + filters: { + name: exercise + }, fieldname: "title" }).then((data: { title: string }) => { this.wrapper.innerHTML = `