diff --git a/frontend/src/lib/editor.svelte b/frontend/src/lib/editor.svelte
index 77c2c6f..86834a7 100644
--- a/frontend/src/lib/editor.svelte
+++ b/frontend/src/lib/editor.svelte
@@ -72,7 +72,11 @@
{#if schemaInvalid}
-
{yupErrorMessage}
+
+ {yupErrorMessage}
+
+ {:else}
+
{data.title}
{/if}
-
+
+
+
{#each data.questions as question, index}