Skip to content
Snippets Groups Projects
Commit fd319891 authored by Duy Minh Vo's avatar Duy Minh Vo
Browse files

fix(demo-app): use correct 'to' prop for PvDataInfoBox

parent dca48df5
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@
v-for="catalog in getCatalogs"
:key="`data-info-box@${catalog.id}`"
catalog-mode
:to="`/catalogues/${catalog.id}`"
:to="{name: 'Datasets', query: {catalog: catalog.id, showcatalogdetails: true, locale: $route.query.locale}}"
:src="getImg(getCatalogImage(catalog))"
:dataset="{
title: getTranslationFor(catalog.title, $route.query.locale, getCatalogLanguages(catalog)),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment