jett.admin.npmpackage 1.0.100 → 2.0.0

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
@@ -557,7 +557,7 @@ var navItemsConstant = [
557
557
  {
558
558
  label: "Suppliers List",
559
559
  onClick: () => {
560
- window.location.href = "/supplier/";
560
+ window.location.href = "/orgselector/?path=supplier-list";
561
561
  }
562
562
  },
563
563
  {
package/dist/index.mjs CHANGED
@@ -523,7 +523,7 @@ var navItemsConstant = [
523
523
  {
524
524
  label: "Suppliers List",
525
525
  onClick: () => {
526
- window.location.href = "/supplier/";
526
+ window.location.href = "/orgselector/?path=supplier-list";
527
527
  }
528
528
  },
529
529
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jett.admin.npmpackage",
3
- "version": "1.0.100",
3
+ "version": "2.0.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "exports": {