jett.admin.npmpackage 1.0.98 → 1.0.100

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
@@ -476,7 +476,7 @@ var navItemsConstant = [
476
476
  {
477
477
  label: "Users",
478
478
  onClick: () => {
479
- window.location.href = "/orgselector/?path=users";
479
+ window.location.href = "/users/users";
480
480
  }
481
481
  },
482
482
  {
package/dist/index.mjs CHANGED
@@ -442,7 +442,7 @@ var navItemsConstant = [
442
442
  {
443
443
  label: "Users",
444
444
  onClick: () => {
445
- window.location.href = "/orgselector/?path=users";
445
+ window.location.href = "/users/users";
446
446
  }
447
447
  },
448
448
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jett.admin.npmpackage",
3
- "version": "1.0.98",
3
+ "version": "1.0.100",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "exports": {