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"),
},
{
path: "upload",
name: "dashboard-media-upload",
path: "create",
name: "dashboard-media-create",
meta: {
title: "Upload Media",
middleware: "authenticated",

View File

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