kcommons 6.4.30 → 6.4.32

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.
@@ -237,7 +237,7 @@ exports.companyNavConfig = {
237
237
  id: COMPANY_ROUTE_IDS.ITM_ADD,
238
238
  },
239
239
  edit: {
240
- route: (item_id) => `/items/form?route_id=${COMPANY_ROUTE_IDS.ITM_EDT}?item_id=${item_id}`,
240
+ route: (item_id) => `/items/form?route_id=${COMPANY_ROUTE_IDS.ITM_EDT}&item_id=${item_id}`,
241
241
  id: COMPANY_ROUTE_IDS.ITM_ADD,
242
242
  },
243
243
  list: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "6.4.30",
3
+ "version": "6.4.32",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",