We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b831e9e commit 24b9e6eCopy full SHA for 24b9e6e
pages/workspace/[id]/settings.vue
@@ -225,8 +225,8 @@ const longFormQuestSchemaUrl = import.meta.env.VITE_LONG_FORM_QUEST_SCHEMA;
225
const longFormQuestExampleUrl = import.meta.env
226
.VITE_LONG_FORM_QUEST_EXAMPLE_URL;
227
228
-const imagerySchema: Ref<any> = ref(null);
229
-const longFormQuestSchema: Ref<any> = ref(null);
+const imagerySchema = ref<any>(null);
+const longFormQuestSchema = ref<any>(null);
230
231
function handleFileDrop(
232
event: DragEvent,
0 commit comments