From 40bc437d2b58761f8afd99b100605847a080d1fc Mon Sep 17 00:00:00 2001 From: joshwanf <17016446+joshwanf@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:46:16 -0400 Subject: [PATCH] Removed space from default Form Editor ID --- builder-frontend/src/components/project/FormEditorView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder-frontend/src/components/project/FormEditorView.tsx b/builder-frontend/src/components/project/FormEditorView.tsx index be21105a..34f4144b 100644 --- a/builder-frontend/src/components/project/FormEditorView.tsx +++ b/builder-frontend/src/components/project/FormEditorView.tsx @@ -51,7 +51,7 @@ function FormEditorView({ formSchema, setFormSchema }) { let emptySchema = { components: [], exporter: { name: "form-js (https://demo.bpmn.io)", version: "1.15.0" }, - id: "BDT Form", + id: "BDT_Form", schemaVersion: 18, type: "default", };