jett.admin.npmpackage 1.0.53 → 1.0.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -491,7 +491,7 @@ var navItemsConstant = [
491
491
  {
492
492
  label: "Reports",
493
493
  onClick: () => {
494
- window.location.href = "https://viz.jett.travel";
494
+ window.open = "https://viz.jett.travel";
495
495
  }
496
496
  },
497
497
  {
@@ -503,7 +503,7 @@ var navItemsConstant = [
503
503
  {
504
504
  label: "Users",
505
505
  onClick: () => {
506
- window.location.href = "/orgselector/?path=/tmcentity/orgentity/users/";
506
+ window.location.href = "/orgselector/?path=users";
507
507
  }
508
508
  }
509
509
  ],
package/dist/index.mjs CHANGED
@@ -457,7 +457,7 @@ var navItemsConstant = [
457
457
  {
458
458
  label: "Reports",
459
459
  onClick: () => {
460
- window.location.href = "https://viz.jett.travel";
460
+ window.open = "https://viz.jett.travel";
461
461
  }
462
462
  },
463
463
  {
@@ -469,7 +469,7 @@ var navItemsConstant = [
469
469
  {
470
470
  label: "Users",
471
471
  onClick: () => {
472
- window.location.href = "/orgselector/?path=/tmcentity/orgentity/users/";
472
+ window.location.href = "/orgselector/?path=users";
473
473
  }
474
474
  }
475
475
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jett.admin.npmpackage",
3
- "version": "1.0.53",
3
+ "version": "1.0.55",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "exports": {