jett.admin.npmpackage 1.0.54 → 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
  {
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
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jett.admin.npmpackage",
3
- "version": "1.0.54",
3
+ "version": "1.0.55",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "exports": {