Fix routing entry for edit room entry page
This commit is contained in:
parent
ea21a2ddc2
commit
1aaf31090d
|
|
@ -42,6 +42,7 @@ export default [
|
|||
path: '/room/:slug/edit/:entrySlug',
|
||||
name: UPDATE_ROOM_ENTRY_PAGE,
|
||||
component: editRoomEntry,
|
||||
props: true,
|
||||
meta: { matomoUrlCallback: matomoRoomWithSlugCallback },
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue