@farm-investimentos/front-mfe-components 11.10.6 → 11.10.7

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": "@farm-investimentos/front-mfe-components",
3
- "version": "11.10.6",
3
+ "version": "11.10.7",
4
4
  "author": "farm investimentos",
5
5
  "private": false,
6
6
  "main": "./dist/front-mfe-components.common.js",
@@ -228,7 +228,7 @@ export default Vue.extend({
228
228
  return;
229
229
  }
230
230
  const selectedItem = items.value.find(
231
- item => item[itemValue.value] === innerValue.value
231
+ item => item[itemValue.value] == innerValue.value
232
232
  );
233
233
  if (selectedItem) {
234
234
  selectedText.value = selectedItem[itemText.value];