From 733254e2c0fdda3f6c9913e7b8e52cdd68cabe26 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Wed, 17 Sep 2025 15:58:02 +0530 Subject: [PATCH] fix: URL in iframe for programming exercises --- frappe-ui | 2 +- frontend/src/utils/program.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe-ui b/frappe-ui index 333dce1a..8cd9b06a 160000 --- a/frappe-ui +++ b/frappe-ui @@ -1 +1 @@ -Subproject commit 333dce1a4d13243645403775db613a9b5106994c +Subproject commit 8cd9b06a5ed50dc181d9672b2fe84c1594b52b48 diff --git a/frontend/src/utils/program.ts b/frontend/src/utils/program.ts index ee9e7fae..a2d9b548 100644 --- a/frontend/src/utils/program.ts +++ b/frontend/src/utils/program.ts @@ -73,7 +73,7 @@ export class Program { fieldname: ['name'], }).then((data: { name: string }) => { let submission = data.name || 'new' - this.wrapper.innerHTML = `` + this.wrapper.innerHTML = `` }) return }