diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-03-13 00:17:32 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-03-13 00:17:32 +0000 |
| commit | 543aa0cd4a461285298d33a90ab3f11a9f084ca5 (patch) | |
| tree | ffbaec5f495b2cf8b891690642df161464ac6e95 /components/editor/EditorSidebarQuest.vue | |
| parent | a072c91cc0dc26e417c51f666e8547e08ef40942 (diff) | |
Add home page
Diffstat (limited to 'components/editor/EditorSidebarQuest.vue')
| -rw-r--r-- | components/editor/EditorSidebarQuest.vue | 2 |
1 files changed, 1 insertions, 1 deletions
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(() => { |
