Skip to content

Commit 24b9e6e

Browse files
committed
updated ref useage
1 parent b831e9e commit 24b9e6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/workspace/[id]/settings.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ const longFormQuestSchemaUrl = import.meta.env.VITE_LONG_FORM_QUEST_SCHEMA;
225225
const longFormQuestExampleUrl = import.meta.env
226226
.VITE_LONG_FORM_QUEST_EXAMPLE_URL;
227227
228-
const imagerySchema: Ref<any> = ref(null);
229-
const longFormQuestSchema: Ref<any> = ref(null);
228+
const imagerySchema = ref<any>(null);
229+
const longFormQuestSchema = ref<any>(null);
230230
231231
function handleFileDrop(
232232
event: DragEvent,

0 commit comments

Comments
 (0)