Skip to content
Snippets Groups Projects
Commit 6fcff4ec authored by Michael Peters's avatar Michael Peters
Browse files

Merge branch 'quickfix' into 'develop'

fix: cannot import DPI Home because this is dependend on the Happyflow-Modules-Version.

See merge request piveau/hub/piveau-hub-ui!207
parents f10b6061 56197c3b
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
import * as Router from 'vue-router';
import { watch } from 'vue';
import { glueConfig as GLUE_CONFIG } from '../config/user-config';
import {DPIHome} from "@piveau/piveau-hub-ui-modules"
// import {DPIHome} from "@piveau/piveau-hub-ui-modules"
import {
Auth,
DatasetDetailsCategories,
......@@ -179,12 +179,12 @@ if (GLUE_CONFIG.content.dataProviderInterface.useService) {
component: DataFetchingComponent,
props: true
}),
router.addRoute({
path: '/dpi/home',
name: "DPI-Home-HappyFlow",
component: DPIHome,
props: true
}),
// router.addRoute({
// path: '/dpi/home',
// name: "DPI-Home-HappyFlow",
// component: DPIHome,
// props: true
// }),
router.addRoute({
path: "/dpi",
name: "DataProviderInterface",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment