Trying Again...
This commit is contained in:
parent
d2f8dd80d4
commit
288b217ace
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,7 @@ import { navigationScenarios } from '@/router/router-constants/navigation-scenar
|
||||||
|
|
||||||
// Get store from router/index.js instead of importing it here to get updated values
|
// Get store from router/index.js instead of importing it here to get updated values
|
||||||
|
|
||||||
const routingTable = function () {
|
const routingTable = () => [
|
||||||
return [
|
|
||||||
{
|
{
|
||||||
issPageValue: issPageValues.VEHICLE_SELECTION,
|
issPageValue: issPageValues.VEHICLE_SELECTION,
|
||||||
maps: [
|
maps: [
|
||||||
|
|
@ -595,3 +594,4 @@ const routingTable = function () {
|
||||||
];
|
];
|
||||||
|
|
||||||
export { routingTable };
|
export { routingTable };
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue