Fix: Tag Interface Delete Button #104256

Manually merged
Sybren A. Stüvel merged 39 commits from Evelinealy/flamenco:tag-interface into main 2023-11-02 16:13:14 +01:00
Showing only changes of commit 0c6dc3a2b4 - Show all commits

View File

@ -21,7 +21,7 @@ const router = createRouter({
props: true,
},
{
path: '/tags/:tagID?',
path: '/tags',
name: 'tags',
component: () => import('../views/TagsView.vue'),
props: true,