Skip to content

Commit ffde7b5

Browse files
authored
Merge pull request #3028 from MichalTomczakSE/fix-templates-apps-redirection
fix: : Correct redirection with `web_host` to /apps endpoint #3027
2 parents d842941 + 305e592 commit ffde7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/views/project/Templates.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
v-if="isAdmin"
9191
key="other"
9292
link
93-
href="/apps"
93+
to="/apps"
9494
>
9595
<v-list-item-icon>
9696
<v-icon>mdi-cogs</v-icon>

0 commit comments

Comments
 (0)