show map on gallery and change name
This commit is contained in:
@@ -29,7 +29,7 @@ export default {
|
||||
|
||||
async 'OPEN_CREATION' ({ state, commit, dispatch }, id) {
|
||||
if (router.currentRoute.name !== 'gallery-view') {
|
||||
router.push({ name: 'gallery-view', params: { id } })
|
||||
router.push({ name: 'gallery-view', params: { id }, hash: '#map' })
|
||||
} else {
|
||||
router.push({ params: { id } })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user