typos
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user