From 543aa0cd4a461285298d33a90ab3f11a9f084ca5 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Wed, 13 Mar 2024 00:17:32 +0000 Subject: Add home page --- components/editor/EditorSidebarQuest.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/editor/EditorSidebarQuest.vue') diff --git a/components/editor/EditorSidebarQuest.vue b/components/editor/EditorSidebarQuest.vue index 85edb38..c40b22c 100644 --- a/components/editor/EditorSidebarQuest.vue +++ b/components/editor/EditorSidebarQuest.vue @@ -11,7 +11,7 @@ const { quest } = toRefs(props); const route = useRoute(); const setSelectedQuest = () => { - navigateTo({ path: `/quest/${quest.value.id}` }) + navigateToEditorPane('quest', quest.value.id); }; const selected = computed(() => { -- cgit v1.2.3-70-g09d2