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
}