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