This commit is contained in:
2023-04-23 20:25:15 +10:00
parent 96a5ba0ceb
commit f5fc700886
2 changed files with 3 additions and 3 deletions

View File

@@ -296,8 +296,8 @@ export const routes = [
import("@/views/dashboard/MediaList.vue"), import("@/views/dashboard/MediaList.vue"),
}, },
{ {
path: "upload", path: "create",
name: "dashboard-media-upload", name: "dashboard-media-create",
meta: { meta: {
title: "Upload Media", title: "Upload Media",
middleware: "authenticated", middleware: "authenticated",

View File

@@ -7,7 +7,7 @@
<SMContainer class="flex-grow-1"> <SMContainer class="flex-grow-1">
<SMToolbar> <SMToolbar>
<SMButton <SMButton
:to="{ name: 'dashboard-events-create' }" :to="{ name: 'dashboard-event-create' }"
type="primary" type="primary"
label="Create Event" /> label="Create Event" />
<SMInput <SMInput