thm-p3-configurator 0.0.113 → 0.0.114

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.
@@ -201,7 +201,7 @@ const SingleOrderModalContent = _ref3 => {
201
201
  }
202
202
  }), (formula === _constants__.CONFIGURATOR_FORMULAS.TMG ? singleOrderBranchType : true) && /*#__PURE__*/_react.default.createElement(_DropdownInput.default, {
203
203
  options: filteredBranches === null || filteredBranches === void 0 ? void 0 : filteredBranches.map(branch => ({
204
- label: branch === null || branch === void 0 ? void 0 : branch.name,
204
+ label: "".concat(branch === null || branch === void 0 ? void 0 : branch.naamVestiging, " - ").concat(branch === null || branch === void 0 ? void 0 : branch.name),
205
205
  value: branch === null || branch === void 0 ? void 0 : branch.entityId
206
206
  })),
207
207
  name: "branch",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thm-p3-configurator",
3
- "version": "0.0.113",
3
+ "version": "0.0.114",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "author": "EnoRm.",