arengibook 2.4.638 → 2.4.640

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -39345,9 +39345,7 @@ var MultiSelectMetaAsync = function MultiSelectMetaAsync(_ref) {
39345
39345
  }, option[optionLabel]));
39346
39346
  };
39347
39347
  var selectedItemTemplate = function selectedItemTemplate(paramValue, index) {
39348
- var selectedOption = loadedOptions.find(function (opt) {
39349
- return opt[optionValue] === paramValue;
39350
- });
39348
+ var selectedOption = objValue;
39351
39349
  if (!selectedOption) return null;
39352
39350
  // const isLastItem = index === selectedOptions.length - 1;
39353
39351
  var handleRemove = function handleRemove(e) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "arengibook",
3
3
  "private": false,
4
- "version": "2.4.638",
4
+ "version": "2.4.640",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "exports": {