Skip to content

Commit c1d72b7

Browse files
authored
Merge pull request #1489 from dodona-edu/fix/back-navigation-bug
Fix bug where navigating back would fail
2 parents b4a954c + e19545d commit c1d72b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package-lock.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/src/components/layout/PageSidebar.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
>
77
<template v-if="props.variant === 'analysis'">
88
<v-list v-if="isServer" nav density="compact">
9-
<v-list-item :to="{ name: 'Upload' }" link exact>
9+
<v-list-item :to="{ name: 'Upload' }" target="_blank" link exact>
1010
<template #prepend>
1111
<v-icon>mdi-chevron-left</v-icon>
1212
</template>

0 commit comments

Comments
 (0)