@feedmepos/mf-order-setting 0.0.35 → 0.0.36

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-order-setting",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "type": "module",
5
5
  "module": "./dist/app.js",
6
6
  "license": "UNLICENSED",
@@ -112,7 +112,7 @@ export const useMenuStore = defineStore('menu', {
112
112
 
113
113
  },
114
114
  catalogs(): FdoMenuV4Catalog[] {
115
- const catalogs = this.mergedMenu.modules.catalog;
115
+ const catalogs = this.menu.modules.catalog;
116
116
  return catalogs
117
117
  },
118
118
  currentCatalog: (state): FdoMenuV4Catalog | undefined => {